mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-27 18:15:49 -05:00
update loom
This commit is contained in:
parent
056f595388
commit
91b49533af
3 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ val modPackage: String by project
|
||||||
val baseArchiveName = "$modId-common"
|
val baseArchiveName = "$modId-common"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("fabric-loom") version "0.12-SNAPSHOT"
|
id("fabric-loom") version "1.0-SNAPSHOT"
|
||||||
id("com.github.gmazzo.buildconfig") version "3.0.3"
|
id("com.github.gmazzo.buildconfig") version "3.0.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,8 +24,6 @@ base {
|
||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
remapArchives.set(false)
|
|
||||||
setupRemappedVariants.set(false)
|
|
||||||
runConfigs.configureEach {
|
runConfigs.configureEach {
|
||||||
ideConfigGenerated(false)
|
ideConfigGenerated(false)
|
||||||
}
|
}
|
||||||
|
|
2
Common/gradle.properties
Normal file
2
Common/gradle.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
fabric.loom.dontRemap = true
|
||||||
|
fabric.loom.disableRemappedVariants = true
|
|
@ -16,7 +16,7 @@ val mappingsVersion: String by project
|
||||||
val baseArchiveName = "$modId-fabric"
|
val baseArchiveName = "$modId-fabric"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("fabric-loom") version "0.12-SNAPSHOT"
|
id("fabric-loom") version "1.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
base {
|
base {
|
||||||
|
|
Loading…
Reference in a new issue