Restructure Gradle for Dev Efficiency #2787
Merged
+405
−432
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.
What
.toml
format, as it is easier to update and add dependencies as needed.dependencies.gradle
have been changed to reflect this1.20.1
/1.21
branches are pushed to or when a release is being published.2.0.52-beta
->2.0.64-beta
modX
configurations completely non-transitive6.25.0
->7.0.2
origin/1.20.1
, which should help speed up spotless operations8.7.1
->8.11
and version from1.18.32
->1.18.36
7.1.2
->8.3.5
24.1.0
->26.0.1
1.0.31
to1.0.33.b
, without issuerei-api
artifact as a dependency, as it is both unnecessary and was the causing for spammingEnvType.Client
during builds. See REI's repository for the recommendation.repositories.gradle
so that we use preferred repositories for dependencies known to be there, reducing dependency resolution timeremoval
javac linting as well as suppressing the mixin annotation processor's[Note]
level console outgradle.properties
for faster build timesOutcome
Happy.