Skip to content

Commit cab319a

Browse files
PaintNinjaLexManos
authored andcommitted
Gradle 9.2, GradleUtils 3.3
1 parent 04ca4bd commit cab319a

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ plugins {
66
id 'maven-publish'
77
alias libs.plugins.modules
88
alias libs.plugins.gradleutils
9+
alias libs.plugins.gitversion
10+
alias libs.plugins.changelog
911
alias libs.plugins.licenser
1012

1113
// Enforce jSpecify annotations at compile-time
@@ -73,9 +75,6 @@ tasks.named('jar', Jar) {
7375
'Implementation-Vendor' : projectVendor
7476
])
7577
}
76-
77-
reproducibleFileOrder = true
78-
preserveFileTimestamps = false
7978
}
8079

8180
license {
@@ -91,7 +90,7 @@ publishing {
9190
name = projectDisplayName
9291
description = project.description
9392

94-
gradleutils.pom.gitHubDetails = pom
93+
gradleutils.pom.addRemoteDetails(pom)
9594

9695
licenses {
9796
license gradleutils.pom.licenses.LGPLv2_1

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ org.gradle.caching=true
22
#org.gradle.parallel=true
33
org.gradle.configureondemand=true
44
org.gradle.configuration-cache=true
5+
org.gradle.configuration-cache.parallel=true
6+
7+
net.minecraftforge.gradleutils.compilation.defaults=true

gradle/wrapper/gradle-wrapper.jar

1.71 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ dependencyResolutionManagement {
1212
//@formatter:off
1313
versionCatalogs.register('libs') {
1414
plugin 'modules', 'org.gradlex.extra-java-module-info' version '1.13.1'
15-
plugin 'gradleutils', 'net.minecraftforge.gradleutils' version '2.5.1'
15+
plugin 'gradleutils', 'net.minecraftforge.gradleutils' version '3.3.39'
16+
plugin 'gitversion', 'net.minecraftforge.gitversion' version '3.1.7'
1617
plugin 'licenser', 'net.minecraftforge.licenser' version '1.2.0'
18+
plugin 'changelog', 'net.minecraftforge.changelog' version '3.2.1'
1719

1820
plugin 'errorprone', 'net.ltgt.errorprone' version '4.3.0'
1921
plugin 'nullaway', 'net.ltgt.nullaway' version '2.3.0'

0 commit comments

Comments
 (0)