correct thyroxine dependency
Some checks failed
Publish to snapshot maven / build (push) Failing after 15s

This commit is contained in:
moehreag 2024-06-07 20:40:44 +02:00
parent 461688d5f6
commit dddbc43582
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ repositories {
}
dependencies {
implementation("org.ecorous.frogmc:thyroxine:1.0.0-SNAPSHOT")
implementation("dev.frogmc:thyroxine:1.0.0-SNAPSHOT")
implementation("org.ow2.asm:asm:9.7")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.vineflower:vineflower:1.10.1")

View file

@ -4,10 +4,10 @@ import dev.frogmc.phytotelma.PhytotelmaPlugin
import dev.frogmc.phytotelma.VersionChecker
import dev.frogmc.phytotelma.accesswidener.AccessWidener
import dev.frogmc.phytotelma.run.RunConfigGenerator
import org.ecorous.frogmc.thyroxine.Thyroxine
import org.ecorous.frogmc.thyroxine.parser.ProguardParser
import org.ecorous.frogmc.thyroxine.provider.MojmapProvider
import org.ecorous.frogmc.thyroxine.provider.ParchmentProvider
import dev.frogmc.thyroxine.Thyroxine
import dev.frogmc.thyroxine.parser.ProguardParser
import dev.frogmc.thyroxine.provider.MojmapProvider
import dev.frogmc.thyroxine.provider.ParchmentProvider
import org.gradle.api.Project
import org.gradle.api.provider.Provider
import kotlin.io.path.notExists