Skip to content

Commit a9a417a

Browse files
committed
build.gradle: make gradle version explicit in wrapper task
1 parent 4054bc4 commit a9a417a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ artifacts {
7373
// bad idea: archives fatJar;
7474
}
7575

76+
task wrapper(type: Wrapper) {
77+
gradleVersion = "1.10";
78+
}
79+
7680
task pom << {
7781
pom {}.writeTo("${projectDir}/pom.xml");
7882
}

0 commit comments

Comments
 (0)