-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Renovate the build gradle file and transfer the plugin.yml into it #142
base: master
Are you sure you want to change the base?
Renovate the build gradle file and transfer the plugin.yml into it #142
Conversation
This commit transfers the plugin.yml into the build.gradle.kts and clean up the build file in sense of sorting the content and remove or replace some code with newer one. Also bumps the paper version to 1.20.4.
If TARGET_JVM_VERSION_ATTRIBUTE is not added back in the same spot you removed it from, the build will continue to fail. |
What is the big difference between TARGET_JVM_VERSION_ATTRIBUTE and the current code? |
All three options serve different purposes and don't build upon each other. |
Overview
This pull requests don't target at a issue.
Problem
It is very difficult to read the original Gradle file because it has some things that make no sense for such a small project
Description
This renovate the build gradle file to improve for other developers the readbility. Also transfer the plugin.yml into it with the gradle plugin of Minecrell thats add the option for plugin.yml generation. In that sense it reduce some small lines of code.
Its sorts some content in to more clear order also setup up the Java version 17 and uses the newer options of gradle for it.
Checklist