Skip to content

Commit 9e08dac

Browse files
committed
Update Loom and gradle
1 parent 347a359 commit 9e08dac

5 files changed

Lines changed: 20 additions & 16 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'fabric-loom' version '1.6-SNAPSHOT'
3-
id 'legacy-looming' version "1.6-SNAPSHOT" // Version must be the same as fabric-loom's
2+
id 'fabric-loom' version '1.10-SNAPSHOT'
3+
id 'legacy-looming' version "1.10-SNAPSHOT" // Version must be the same as fabric-loom's
44
id 'maven-publish'
55
id 'com.github.johnrengelman.shadow' version '8.1.1'
66
id "com.modrinth.minotaur" version "2.+"
@@ -110,7 +110,7 @@ remapJar {
110110
dependsOn(shadowJar)
111111
mustRunAfter(shadowJar)
112112
// Set the input jar for the task. Here use the shadow Jar that include the .class of the transitive dependency
113-
inputFile = file(shadowJar.archivePath)
113+
input = shadowJar.archiveFile
114114
}
115115

116116
test {

gradle/wrapper/gradle-wrapper.jar

121 Bytes
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.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)