Skip to content

Commit

Permalink
Update fabric-loom to 1.0 and gradle to 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Dec 8, 2022
1 parent 5503aad commit d5705ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'fabric-loom' version '0.12-SNAPSHOT' apply false
id 'fabric-loom' version '1.0-SNAPSHOT' apply false
id 'io.github.juuxel.loom-quiltflower' version '1.+' apply false
id "me.champeau.jmh" version "0.6.6"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 0 additions & 3 deletions tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ allprojects {
content { includeGroup "curse.maven" }
}
}
loom {
shareRemapCaches = true
}
afterEvaluate {
migrateMappings.configure {
outputDir = project.file("src/main/java")
Expand Down

0 comments on commit d5705ed

Please sign in to comment.