Skip to content

Conversation

daschl
Copy link
Contributor

@daschl daschl commented Sep 23, 2025

This commit contains the necessary modifications to migrate to a new major gradle version, it contains the following fixes and enhancements:

  • Update gradle wrapper distribution to 9.1.0
  • Update shadow plugin from com.github.johnrengelman.shadow to com.gradleup.shadow 8.3.9
  • Remove deprecated CLASSPATH handling from gradlew scripts
  • Modernize Gradle configuration syntax (enabled=false, group/description assignments)
  • Refactor dependency locking configuration
  • Add required test runtime dependencies (junit-platform-launcher, XmlParser)
  • Fix task dependencies for Jersey modules and protobuf generation
  • Update SpotBugs task configuration for Gradle 9 compatibility

Copy link
Contributor

@bryce-anderson bryce-anderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work.

daschl added 2 commits October 2, 2025 15:03
This commit contains the necessary modifications to migrate to a new major gradle
version, it contains the following fixes and enhancements:

 - Update gradle wrapper distribution to 9.1.0
 - Update shadow plugin from com.github.johnrengelman.shadow to com.gradleup.shadow 8.3.9
 - Remove deprecated CLASSPATH handling from gradlew scripts
 - Modernize Gradle configuration syntax (enabled=false, group/description assignments)
 - Refactor dependency locking configuration
 - Add required test runtime dependencies (junit-platform-launcher, XmlParser)
 - Fix task dependencies for Jersey modules and protobuf generation
 - Update SpotBugs task configuration for Gradle 9 compatibility
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.

2 participants