Explorar el Código

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

Stephen Gold hace 1 año
padre
commit
88d94b7513
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      build.gradle

+ 0 - 5
build.gradle

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