Skip to content

Commit

Permalink
build.gradle: don't hardcode the Gradle version here (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Mar 8, 2024
1 parent 7bf1c5f commit 88d94b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,6 @@ if (skipPrebuildLibraries != "true" && buildNativeProjects != "true") {
// }
//}

wrapper {
gradleVersion = '7.6.4'
}


retrolambda {
javaVersion JavaVersion.VERSION_1_7
incremental true
Expand Down

0 comments on commit 88d94b7

Please sign in to comment.