File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,9 @@ subprojects {
35
35
)
36
36
install(JavaScript )
37
37
install(Bukkit , BungeeCord , Velocity )
38
- repoTabooLib = " http://mcitd.cn:8081/repository/releases"
39
38
}
40
39
version {
41
- taboolib = " 6.2.2-test-101 "
40
+ taboolib = " 6.2.3 "
42
41
coroutines = null
43
42
// isSkipKotlin = true
44
43
// isSkipKotlinRelocate = true
@@ -49,7 +48,6 @@ subprojects {
49
48
repositories {
50
49
mavenLocal()
51
50
mavenCentral()
52
- maven(" http://mcitd.cn:8081/repository/releases" ) { isAllowInsecureProtocol = true }
53
51
maven(" https://jitpack.io" )
54
52
maven(" https://oss.sonatype.org/content/repositories/snapshots" )
55
53
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.1-test2
2
+ version =2.2.2
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 1
1
repositories {
2
2
maven(" https://nexus.scarsz.me/content/groups/public/" )
3
3
maven(" https://repo.oraxen.com/releases" )
4
+ // maven("https://repo.nexomc.com/releases")
4
5
}
5
6
6
7
dependencies {
@@ -9,7 +10,10 @@ dependencies {
9
10
10
11
compileOnly(" com.discordsrv:discordsrv:1.26.0" ) { isTransitive = false }
11
12
compileOnly(" com.willfp:eco:6.35.1" ) { isTransitive = false }
13
+
12
14
compileOnly(" com.github.LoneDev6:api-itemsadder:3.6.3-beta-14" ) { isTransitive = false }
15
+ // compileOnly("com.nexomc:nexo:0.7.0")
16
+
13
17
compileOnly(" xyz.xenondevs.nova:nova-api:0.12.13" ) { isTransitive = false }
14
18
compileOnly(" io.th0rgal:oraxen:1.170.0" ) { isTransitive = false }
15
19
}
You can’t perform that action at this time.
0 commit comments