File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- implementation (kotlin(" stdlib" ))
29
- implementation (kotlin(" reflect" ))
30
- implementation (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0" )
28
+ compileOnly (kotlin(" stdlib" ))
29
+ compileOnly (kotlin(" reflect" ))
30
+ compileOnly (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0" )
31
31
32
- implementation (" io.papermc.paper:paper-api:$mcVersion -R0.1-SNAPSHOT" )
32
+ compileOnly (" io.papermc.paper:paper-api:$mcVersion -R0.1-SNAPSHOT" )
33
33
34
34
implementation(" org.bstats:bstats-bukkit:1.7" )
35
35
}
@@ -42,9 +42,6 @@ tasks {
42
42
shadowJar {
43
43
archiveClassifier = " "
44
44
relocate(" org.bstats" , " com.zp4rker.bukkot.bstats" )
45
- dependencies {
46
- include { it.moduleGroup == " org.bstats" }
47
- }
48
45
}
49
46
50
47
processResources {
You can’t perform that action at this time.
0 commit comments