Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 1b90302

Browse files
committed
one step to update gradle version from url.
1 parent a100aec commit 1b90302

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
* the License.
1515
*/
1616

17-
task wrapper(type: Wrapper) {
18-
gradleVersion = '2.2.1'
19-
}
17+
apply from: project.file('gradle.gradle')
2018

2119
allprojects {
2220
group="org.ros.rosjava_bootstrap"

gradle.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
task wrapper(type: Wrapper) {
2+
gradleVersion = '2.2.1'
3+
}
4+
5+

0 commit comments

Comments
 (0)