Skip to content

Commit

Permalink
[2.2.2] Restore TabooLib
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsFlicker committed Feb 5, 2025
1 parent 0ca74b2 commit 0867365
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions project/module-compat/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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 }
}
Expand Down

0 comments on commit 0867365

Please sign in to comment.