Skip to content

Commit 31a45ce

Browse files
author
taosikai
committed
simple gradle
1 parent 328d584 commit 31a45ce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ subprojects {
2626
}
2727

2828
task projectDetail {
29-
println project.name
30-
println project.group
31-
println project.version
32-
println project.description
29+
afterEvaluate {
30+
println project.name
31+
println project.group
32+
println project.version
33+
println project.description
34+
}
3335
}
3436

3537
javadoc {

0 commit comments

Comments
 (0)