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

Upgrade gradlew from 8.1.1 to 8.3 #6923

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Upgrade gradlew from 8.1.1 to 8.3 #6923

merged 1 commit into from
Sep 4, 2023

Conversation

Vest
Copy link
Contributor

@Vest Vest commented Aug 29, 2023

Resolved warnings in build.gradle and distribution.gradle, telling about "Deprecated access to plugin conventions" that will be removed in Gradle 9.0

More details about the actual change are available on Gradle docs website: here and there. Gradle warned me many times, so I have decided to take a deep breath and implement the recommended changes with the help from SO.

Regarding the consequences - I haven't found them. I was able to build the distribution of PCGen on my Windows machine without any errors (it took approximately 26 minutes on battery). The second thing that I found out is that (probably Tom) left a comment regarding NetBeans and its "strange" behavior. Honestly speaking, NetBeans 18 couldn't open and build both projects (before my change, the old one, and after my change, the new one). So I have decided to remove the code that probably is outdated. If you have issues with NetBeans that you never had before, feel free to correct, or kick me. Probably this thing worked in the past, but not in 2023.

Ok, I think, that's all. Feel free to test the patch on your machines. You can see the warnings in your current working directory if you start gradlew with --warning-mode=all, e.g., gradlew --warning-mode=all on Windows.

Resolved warnings in build.gradle and distribution.gradle, telling about "Deprecated access to plugin conventions" that will be removed in Gradle 9.0

Signed-off-by: Vest <[email protected]>
@karianna karianna merged commit 4009d33 into PCGen:master Sep 4, 2023
2 checks passed
@Vest Vest deleted the gradle-8.3 branch September 6, 2023 10:19
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