Skip to content

Commit d5705ed

Browse files
committed
Update fabric-loom to 1.0 and gradle to 7.6
1 parent 5503aad commit d5705ed

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'fabric-loom' version '0.12-SNAPSHOT' apply false
3+
id 'fabric-loom' version '1.0-SNAPSHOT' apply false
44
id 'io.github.juuxel.loom-quiltflower' version '1.+' apply false
55
id "me.champeau.jmh" version "0.6.6"
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

tests/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ allprojects {
2525
content { includeGroup "curse.maven" }
2626
}
2727
}
28-
loom {
29-
shareRemapCaches = true
30-
}
3128
afterEvaluate {
3229
migrateMappings.configure {
3330
outputDir = project.file("src/main/java")

0 commit comments

Comments
 (0)