Skip to content
Snippets Groups Projects
Commit 13bf3eb0 authored by dgelessus's avatar dgelessus
Browse files

Remove explicit wrapper versions from build.gradle files

Allows easier updating of the wrappers using:

./gradlew wrapper --gradle-version=X.Y.Z
parent 6f89dc67
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,3 @@ tasks.withType(JavaExec) {
systemProperty "java.library.path", "./"
}
wrapper {
gradleVersion = "7.4.2"
}
\ No newline at end of file
......@@ -50,7 +50,3 @@ tasks.withType(JavaExec) {
systemProperty "java.library.path", "./"
}
wrapper {
gradleVersion = "7.4.2"
}
\ No newline at end of file
......@@ -69,12 +69,6 @@ task fatJar(type: Jar) {
with jar
}
wrapper {
gradleVersion = "7.4.2"
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment