I guess no koremods for me

This commit is contained in:
DBotThePony 2023-02-10 20:18:23 +07:00
parent 1b1d58eb83
commit 1adf633fbd
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 0 additions and 28 deletions

View File

@ -21,7 +21,6 @@ plugins {
id("net.minecraftforge.gradle")
id("org.spongepowered.mixin")
id("org.parchmentmc.librarian.forgegradle")
id("wtf.gofancy.koremods.gradle")
}
configurations {
@ -169,7 +168,6 @@ dependencies {
klibrary(create("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlin_coroutines_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")
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 {
name = "Kotlin for Forge"
url = uri("https://thedarkcolour.github.io/KotlinForForge/")

View File

@ -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()
}
@ -56,9 +45,5 @@ buildscript {
classpath("org.spongepowered:mixingradle:${mixingradle_version}")
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)
}
}