Skip to content

Commit 88d94b7

Browse files
authored
build.gradle: don't hardcode the Gradle version here (#2213)
1 parent 7bf1c5f commit 88d94b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,6 @@ if (skipPrebuildLibraries != "true" && buildNativeProjects != "true") {
282282
// }
283283
//}
284284

285-
wrapper {
286-
gradleVersion = '7.6.4'
287-
}
288-
289-
290285
retrolambda {
291286
javaVersion JavaVersion.VERSION_1_7
292287
incremental true

0 commit comments

Comments
 (0)