-
Notifications
You must be signed in to change notification settings - Fork 70
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 to Gradle 8 #358
Labels
enhancement
New feature or request
Comments
binkley
added a commit
that referenced
this issue
Jul 19, 2023
The very excellent unbroken-dome testsets plugin did the Gradle build configuration for us. With Gradle 8, it has stopped working, and held back this project from upgrading Gradle. References: - #358 - unbroken-dome/gradle-testsets-plugin#131 - https://docs.gradle.org/current/userguide/java_testing.html#sec:configuring_java_integration_tests
PMD remains a blocker. |
This is now working with Gradle 8.7 and PMD 6.x, and I have a working local build for PMD 7.x with JDK 21. |
@sgammon ☝️ |
@binkley sounds good! 😁 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that "test-sets" plugin used for integration tests relies on removed features available in Gradle 7 and prior:
unbroken-dome/gradle-testsets-plugin#131 (comment)
Part of this issue is to switch to the "jvm-test-suite" plugin:
https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html
It's not as elegant as "test-sets", so research if there is a 3rd-party plugin that wraps up the work for the new API.
The text was updated successfully, but these errors were encountered: