Browse Source

build.gradle: don't hardcode the Gradle version here (#2213)

Stephen Gold 1 year ago
parent
commit
88d94b7513
1 changed files with 0 additions and 5 deletions
  1. 0 5
      build.gradle

+ 0 - 5
build.gradle

@@ -282,11 +282,6 @@ if (skipPrebuildLibraries != "true" && buildNativeProjects != "true") {
 //    }
 //    }
 //}
 //}
 
 
-wrapper {
-    gradleVersion = '7.6.4'
-}
-
-
 retrolambda {
 retrolambda {
   javaVersion JavaVersion.VERSION_1_7
   javaVersion JavaVersion.VERSION_1_7
   incremental true
   incremental true