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

Provide Gradle 9 forward compatibility. #342

Merged
merged 3 commits into from Feb 20, 2024
Merged

Conversation

blackwinter
Copy link
Member

Follow-up to #341.

There's one more warning when running the jmh task:

Invocation of Task.project at execution time has been deprecated. This will fail with an error in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.6/userguide/upgrading_version_7.html#task_project

Should be fixed by melix/jmh-gradle-plugin#261, but hasn't been released yet.

Reverting Java 11 changes (3d8d0e5).
Creating configurations with reserved names has been deprecated and will fail with an error in Gradle 9.0.

See: https://docs.gradle.org/8.6/userguide/building_java_projects.html#sec:implicit_sourceset_configurations
@fsteeg fsteeg assigned blackwinter and unassigned fsteeg Feb 20, 2024
@blackwinter blackwinter merged commit 5de67d6 into master Feb 20, 2024
1 check passed
@blackwinter blackwinter deleted the gradle9Compatibility branch February 20, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants