Update architectury-loom

This commit is contained in:
Username404-59 2021-05-04 22:07:06 +02:00
parent 7a4989eec8
commit 4e1453b94b
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ plugins {
kotlin("jvm") version "1.5.0" kotlin("jvm") version "1.5.0"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "[3.0.100, 3.2[" id("architectury-plugin") version "[3.0.100, 3.2["
id("forgified-fabric-loom") version "[0.7.0.95, 0.7.1[" apply false id("dev.architectury.loom") version "[0.7.1.102, 0.7.2[" apply false
id("com.github.ben-manes.versions") version "0.38.0" id("com.github.ben-manes.versions") version "0.38.0"
id("com.modrinth.minotaur") version "1.2.0" id("com.modrinth.minotaur") version "1.2.0"
} }
@ -31,7 +31,7 @@ subprojects {
group = rootProject.group.toString() group = rootProject.group.toString()
lateinit var mappingsDep: Dependency lateinit var mappingsDep: Dependency
apply(plugin = "org.jetbrains.kotlin.jvm") apply(plugin = "org.jetbrains.kotlin.jvm")
apply(plugin = "forgified-fabric-loom") apply(plugin = "dev.architectury.loom")
apply(plugin = "com.github.johnrengelman.shadow") apply(plugin = "com.github.johnrengelman.shadow")
val shadowC by configurations.creating val shadowC by configurations.creating
tasks { tasks {

1
fabric/gradle.properties Normal file
View File

@ -0,0 +1 @@
loom.platform=fabric

View File

@ -1 +1 @@
loom.forge=true loom.platform=forge