Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade gradlew to gradle 7.6.4 #238

Merged
merged 1 commit into from
Sep 22, 2024
Merged

Conversation

EnricoMi
Copy link
Contributor

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.

@EnricoMi EnricoMi requested a review from a team as a code owner September 22, 2024 20:26
@EnricoMi
Copy link
Contributor Author

Github CI just works because it installs latest Gradle and uses that.

@ryanfoxtyler ryanfoxtyler merged commit eac38cb into dgraph-io:master Sep 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants