diff --git a/build.gradle.kts b/build.gradle.kts index dcc8e06..cf9107a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,10 +35,9 @@ subprojects { ) install(JavaScript) install(Bukkit, BungeeCord, Velocity) - repoTabooLib = "http://mcitd.cn:8081/repository/releases" } version { - taboolib = "6.2.2-test-101" + taboolib = "6.2.3" coroutines = null // isSkipKotlin = true // isSkipKotlinRelocate = true @@ -49,7 +48,6 @@ subprojects { repositories { mavenLocal() mavenCentral() - maven("http://mcitd.cn:8081/repository/releases") { isAllowInsecureProtocol = true } maven("https://jitpack.io") maven("https://oss.sonatype.org/content/repositories/snapshots") maven("https://repo.papermc.io/repository/maven-public/") diff --git a/gradle.properties b/gradle.properties index 6cee944..a7407ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=me.arasple.mc.trchat -version=2.2.1-test2 +version=2.2.2 kotlin.incremental=true kotlin.incremental.java=true kotlin.incremental.useClasspathSnapshot=true diff --git a/project/module-compat/build.gradle.kts b/project/module-compat/build.gradle.kts index ecea9a9..b5c904c 100644 --- a/project/module-compat/build.gradle.kts +++ b/project/module-compat/build.gradle.kts @@ -1,6 +1,7 @@ repositories { maven("https://nexus.scarsz.me/content/groups/public/") maven("https://repo.oraxen.com/releases") +// maven("https://repo.nexomc.com/releases") } dependencies { @@ -9,7 +10,10 @@ dependencies { compileOnly("com.discordsrv:discordsrv:1.26.0") { isTransitive = false } compileOnly("com.willfp:eco:6.35.1") { isTransitive = false } + compileOnly("com.github.LoneDev6:api-itemsadder:3.6.3-beta-14") { isTransitive = false } +// compileOnly("com.nexomc:nexo:0.7.0") + compileOnly("xyz.xenondevs.nova:nova-api:0.12.13") { isTransitive = false } compileOnly("io.th0rgal:oraxen:1.170.0") { isTransitive = false } }