Skip to content

Commit 06d3d97

Browse files
committed
[2.2.1-test1] 1.21.4 (Unstable)
1 parent 7cb3eb5 commit 06d3d97

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ subprojects {
3535
)
3636
install(JavaScript)
3737
install(Bukkit, BungeeCord, Velocity)
38+
repoTabooLib = "http://mcitd.cn:8081/repository/releases"
3839
}
3940
version {
40-
taboolib = "6.2.1-df22fb1"
41+
taboolib = "6.2.2-test-101"
4142
coroutines = null
4243
// isSkipKotlin = true
4344
// isSkipKotlinRelocate = true
@@ -48,6 +49,7 @@ subprojects {
4849
repositories {
4950
mavenLocal()
5051
mavenCentral()
52+
maven("http://mcitd.cn:8081/repository/releases") { isAllowInsecureProtocol = true }
5153
maven("https://jitpack.io")
5254
maven("https://oss.sonatype.org/content/repositories/snapshots")
5355
maven("https://repo.papermc.io/repository/maven-public/")

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=me.arasple.mc.trchat
2-
version=2.2.0-beta7
2+
version=2.2.1-test1
33
kotlin.incremental=true
44
kotlin.incremental.java=true
55
kotlin.incremental.useClasspathSnapshot=true

plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ taboolib {
2020
}
2121
}
2222
relocate("com.eatthepath.uuid.", "${rootProject.group}.library.uuid.")
23-
relocate("com.electronwill.nightconfig", "com.electronwill.nightconfig_3_6_7")
23+
// relocate("com.electronwill.nightconfig", "com.electronwill.nightconfig_3_6_7")
2424
}
2525

2626
dependencies {

project/runtime-bukkit/src/main/kotlin/me/arasple/mc/trchat/module/internal/TrChatBukkit.kt

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ object TrChatBukkit : Plugin() {
4040

4141
@Awake(LifeCycle.CONST)
4242
internal fun onConst() {
43+
// System.setProperty("taboolib.dev", "true")
4344
detectPaperEnv()
4445
// registerLifeCycleTask(LifeCycle.INIT, 0) {
4546
// YamlUpdater.update("settings.yml", updateExists = false)

0 commit comments

Comments
 (0)