Skip to content

Commit eac38cb

Browse files
authored
Upgrade gradlew to gradle 7.6.4 (#238)
Current `build.gradle` does not work with Gradle 6: ``` FAILURE: Build failed with an exception. * Where: Build file '.../dgraph4j/build.gradle' line: 46 * What went wrong: A problem occurred evaluating root project 'dgraph4j'. > Could not find method base() for arguments [build_v9fysx0wd2y7qeqfcjc5a1h4$_run_closure1@4c74018b] on root project 'dgraph4j' of type org.gradle.api.Project. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 467ms ``` So `gradlew` should reference a version that works with it. Could also upgrade to Gradle 8.
1 parent aa1f5bd commit eac38cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)