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

Migrate from gradle 5 to 6.9.4 #3292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tsangz2013
Copy link
Collaborator

Why we need this
Migrating to Gradle 6 brings improvements including a new dependency management API, faster incremental Java/Groovy compilation;
Also it allows migrating to higher Java version which will brings better GC and other features.

**What's done **

  • Following the Gradle 6 migration guide, ran ./gradlew wrapper --gradle-version 6.9.4;
  • Migrate from incompatible com.gradle.build-scan plugin to com.gradle.enterprise plugin.

Tests done
Build the project with ./gradlew build on local machine and the build succeeded.
Also started the local solo-server built with gradle7 and things works well.

byjiang1996
byjiang1996 previously approved these changes May 12, 2023
@tsangz2013 tsangz2013 changed the title Migrate from gradle 5 to 6.9.4; from ligradle-jvm to ligradle-core Migrate from gradle 5 to 6.9.4 May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants