mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-27 10:05:47 -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"
|
||||
|
||||
plugins {
|
||||
id("fabric-loom") version "0.12-SNAPSHOT"
|
||||
id("fabric-loom") version "1.0-SNAPSHOT"
|
||||
id("com.github.gmazzo.buildconfig") version "3.0.3"
|
||||
}
|
||||
|
||||
|
@ -24,8 +24,6 @@ base {
|
|||
}
|
||||
|
||||
loom {
|
||||
remapArchives.set(false)
|
||||
setupRemappedVariants.set(false)
|
||||
runConfigs.configureEach {
|
||||
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"
|
||||
|
||||
plugins {
|
||||
id("fabric-loom") version "0.12-SNAPSHOT"
|
||||
id("fabric-loom") version "1.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
base {
|
||||
|
|
Loading…
Reference in a new issue