I guess no koremods for me
This commit is contained in:
parent
1b1d58eb83
commit
1adf633fbd
@ -21,7 +21,6 @@ plugins {
|
|||||||
id("net.minecraftforge.gradle")
|
id("net.minecraftforge.gradle")
|
||||||
id("org.spongepowered.mixin")
|
id("org.spongepowered.mixin")
|
||||||
id("org.parchmentmc.librarian.forgegradle")
|
id("org.parchmentmc.librarian.forgegradle")
|
||||||
id("wtf.gofancy.koremods.gradle")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
@ -169,7 +168,6 @@ dependencies {
|
|||||||
klibrary(create("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlin_coroutines_version", excludeKGroup))
|
klibrary(create("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlin_coroutines_version", excludeKGroup))
|
||||||
klibrary(create("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialization_version", excludeKGroup))
|
klibrary(create("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialization_version", excludeKGroup))
|
||||||
|
|
||||||
koremods(group = "wtf.gofancy.koremods", name = "koremods-modlauncher", version = koremods_modlauncher_version)
|
|
||||||
compileOnly("yalter.mousetweaks:MouseTweaks:2.23:api")
|
compileOnly("yalter.mousetweaks:MouseTweaks:2.23:api")
|
||||||
annotationProcessor("org.spongepowered:mixin:${mixin_version}:processor")
|
annotationProcessor("org.spongepowered:mixin:${mixin_version}:processor")
|
||||||
|
|
||||||
@ -321,17 +319,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
maven(url = "https://maven.gofancy.wtf/releases") {
|
|
||||||
name = "Garden of Fancy"
|
|
||||||
|
|
||||||
content {
|
|
||||||
includeGroup("wtf.gofancy.koremods")
|
|
||||||
includeGroup("wtf.gofancy.fancygradle")
|
|
||||||
includeGroup("wtf.gofancy.koremods.gradle")
|
|
||||||
includeGroup("codes.som")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
name = "Kotlin for Forge"
|
name = "Kotlin for Forge"
|
||||||
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
|
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
|
||||||
|
@ -30,17 +30,6 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
maven(url = "https://maven.gofancy.wtf/releases") {
|
|
||||||
name = "Garden of Fancy"
|
|
||||||
|
|
||||||
content {
|
|
||||||
includeGroup("wtf.gofancy.koremods")
|
|
||||||
includeGroup("wtf.gofancy.fancygradle")
|
|
||||||
includeGroup("wtf.gofancy.koremods.gradle")
|
|
||||||
includeGroup("codes.som")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -56,9 +45,5 @@ buildscript {
|
|||||||
classpath("org.spongepowered:mixingradle:${mixingradle_version}")
|
classpath("org.spongepowered:mixingradle:${mixingradle_version}")
|
||||||
|
|
||||||
classpath(group = "org.parchmentmc", name = "librarian", version = "1.+")
|
classpath(group = "org.parchmentmc", name = "librarian", version = "1.+")
|
||||||
|
|
||||||
classpath(group = "wtf.gofancy.koremods", name = "koremods-gradle", version = "0.1.23")
|
|
||||||
classpath(group = "wtf.gofancy.koremods", name = "koremods-modlauncher", version = koremods_modlauncher_version)
|
|
||||||
classpath(group = "wtf.gofancy.koremods", name = "koremods-script", version = koremods_script_version)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user