mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-25 22:39:50 -04:00
Update to loom 1.8 (#4122)
* Trial loom 1.8 * Fix testmod jar classpath * Update
This commit is contained in:
parent
47870f2cfa
commit
a7830493b1
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
id "idea"
|
||||
id "maven-publish"
|
||||
id 'jacoco'
|
||||
id "fabric-loom" version "1.7.3" apply false
|
||||
id "fabric-loom" version "1.8.8" apply false
|
||||
id "com.diffplug.spotless" version "6.20.0"
|
||||
id "org.ajoberstar.grgit" version "5.2.2"
|
||||
id "me.modmuss50.remotesign" version "0.4.0" apply false
|
||||
|
@ -331,6 +331,7 @@ allprojects {
|
|||
addNestedDependencies = false
|
||||
includesClientOnlyClasses = true
|
||||
clientOnlySourceSetName = sourceSets.testmodClient.name
|
||||
classpath.from(sourceSets.testmodClient.compileClasspath)
|
||||
}
|
||||
build.dependsOn remapTestmodJar
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
org.gradle.jvmargs=-Xmx2560M
|
||||
org.gradle.parallel=true
|
||||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
version=0.105.3
|
||||
minecraft_version=1.21.2-pre3
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
Loading…
Add table
Reference in a new issue