File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
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}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments