File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 mappings(
3333 loom.layered {
3434 officialMojangMappings()
35- parchment(property(" neoForge.parchment.parchmentArtifact" ))
35+ parchment(property(" neoForge.parchment.parchmentArtifact" )!! )
3636 }
3737 )
3838 modImplementation(libs.fabricLoader)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 mappings(
1111 loom.layered {
1212 officialMojangMappings()
13- parchment(property(" neoForge.parchment.parchmentArtifact" ))
13+ parchment(property(" neoForge.parchment.parchmentArtifact" )!! )
1414 }
1515 )
1616 compileOnly(libs.fabricLoader)
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-9.2.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ pluginManagement {
1616
1717plugins {
1818 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
19- id(" quiet-fabric-loom" ) version " 1.13 -SNAPSHOT"
20- id(" net.neoforged.moddev.repositories" ) version " 2.0.137 "
19+ id(" quiet-fabric-loom" ) version " 1.15 -SNAPSHOT"
20+ id(" net.neoforged.moddev.repositories" ) version " 2.0.140 "
2121}
2222
2323dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments