eventmesh
eventmesh copied to clipboard
[ISSUE #4866] Upgrade Gradle from 8.2.1 to 8.7
Fixes #4866
Motivation
It's a routine upgrade.
Benchmark
Gradle 8.2.1
Local machine, with build cache:
Gradle 8.7
Local machine, with build cache:
Deprecation
https://docs.gradle.org/8.7/userguide/upgrading_version_8.html#project_builddir
Modifications
- Run
./gradlew wrapper --gradle-version 8.7 - Update deprecated statements
- Move the
tartask behind theinstallPlugintask. - Upgrade grpc to 1.50.2 (same with the version of JRaft used in https://github.com/apache/eventmesh/pull/4862)
Documentation
- Does this pull request introduce a new feature? (no)
Well, known dependency check failed. Please merge https://github.com/apache/eventmesh/pull/4827 first and no more known-dependencies~
I will resolve conflicts later.