Cleanup: Making the build script fit for the future.#3552
Draft
Cleanup: Making the build script fit for the future.#3552
Conversation
a8bb94b to
e333703
Compare
e333703 to
e4b7aa2
Compare
e4b7aa2 to
59ae0fb
Compare
59ae0fb to
5b61e43
Compare
Member
Author
|
In general, this branch is fit, but the
|
51a878a to
6af6080
Compare
6af6080 to
95539ae
Compare
95539ae to
5a3fd46
Compare
5a3fd46 to
3805fab
Compare
# Conflicts: # build.gradle # key.core.example/build.gradle.kts # key.core/build.gradle # key.ncore.calculus/build.gradle # key.removegenerics/build.gradle.kts # key.ui/build.gradle # keyext.isabelletranslation/build.gradle # keyext.proofmanagement/build.gradle.kts # recoder/build.gradle # settings.gradle
3805fab to
1b07e88
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The best practices in Gradle have been moved further. This PR tries to follow.
It introduced:
One common
libs.versions.tomlfile for a global handling of dependencies.This dependency management tries to avoid using the same Maven coordinates in various places.
A different solution would be using a BOM.
It introduces
java-conventionplugin, which assimilates the oldsubproject { ... }configurationBuild scripts are transferred to kts (Kotlin) for more type safety.