File tree 4 files changed +6
-3
lines changed
project/runtime-bukkit/src/main/kotlin/me/arasple/mc/trchat/module/internal
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ subprojects {
35
35
)
36
36
install(JavaScript )
37
37
install(Bukkit , BungeeCord , Velocity )
38
+ repoTabooLib = " http://mcitd.cn:8081/repository/releases"
38
39
}
39
40
version {
40
- taboolib = " 6.2.1-df22fb1 "
41
+ taboolib = " 6.2.2-test-101 "
41
42
coroutines = null
42
43
// isSkipKotlin = true
43
44
// isSkipKotlinRelocate = true
@@ -48,6 +49,7 @@ subprojects {
48
49
repositories {
49
50
mavenLocal()
50
51
mavenCentral()
52
+ maven(" http://mcitd.cn:8081/repository/releases" ) { isAllowInsecureProtocol = true }
51
53
maven(" https://jitpack.io" )
52
54
maven(" https://oss.sonatype.org/content/repositories/snapshots" )
53
55
maven(" https://repo.papermc.io/repository/maven-public/" )
Original file line number Diff line number Diff line change 1
1
group =me.arasple.mc.trchat
2
- version =2.2.0-beta7
2
+ version =2.2.1-test1
3
3
kotlin.incremental =true
4
4
kotlin.incremental.java =true
5
5
kotlin.incremental.useClasspathSnapshot =true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ taboolib {
20
20
}
21
21
}
22
22
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")
24
24
}
25
25
26
26
dependencies {
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ object TrChatBukkit : Plugin() {
40
40
41
41
@Awake(LifeCycle .CONST )
42
42
internal fun onConst () {
43
+ // System.setProperty("taboolib.dev", "true")
43
44
detectPaperEnv()
44
45
// registerLifeCycleTask(LifeCycle.INIT, 0) {
45
46
// YamlUpdater.update("settings.yml", updateExists = false)
You can’t perform that action at this time.
0 commit comments