File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ dependencies {
2020 implementation ' com.google.code.findbugs:jsr305:3.0.2'
2121 // To use this dependency, you need to compile bukkit by yourself
2222 // See https://www.spigotmc.org/wiki/buildtools/
23- implementation " org.bukkit:craftbukkit:${ bukkit_version} "
23+ // implementation "org.bukkit:craftbukkit:${bukkit_version}"
2424 // Use this dependency if you don't want to compile bukkit
25- // implementation "io.papermc.paper:paper-api:${bukkit_version}"
25+ implementation " io.papermc.paper:paper-api:${ bukkit_version} "
2626 implementation " de.maxhenkel.voicechat:voicechat-api:${ voicechat_api_version} "
2727}
2828
@@ -33,8 +33,8 @@ repositories {
3333 url = ' https://maven.maxhenkel.de/repository/public'
3434 }
3535 // You need this maven repository if you want to use the paper dependency
36- // maven {
37- // url = uri("https://papermc.io/repo/repository/maven-public/")
38- // }
36+ maven {
37+ url = uri(" https://papermc.io/repo/repository/maven-public/" )
38+ }
3939 mavenLocal()
4040}
You can’t perform that action at this time.
0 commit comments