mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-16 16:50:42 +08:00
Remove explicit Gradle wrapper task
Closes gh-222
This commit is contained in:
parent
88eb65b503
commit
1dd264dd66
@ -62,7 +62,3 @@ eclipse {
|
|||||||
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-${javaVersion}'
|
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-${javaVersion}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
|
||||||
gradleVersion = '2.12'
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user