Use bukkit 1.13.2 as base api

This commit is contained in:
Joo200 2023-10-15 13:26:10 +02:00
parent 0a1e7b5b4f
commit 0b21e45f12
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ repositories {
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
dependencies {
implementation('org.bukkit:bukkit:1.10.2-R0.1-SNAPSHOT') { transitive = false }
implementation('org.bukkit:bukkit:1.13.2-R0.1-SNAPSHOT') { transitive = false }
compileOnly('com.nijikokun.bukkit:Permissions:3.1.6') { transitive = false }
compileOnly('me.lucko.luckperms:luckperms-api:4.3') { transitive = false }
compileOnly('net.luckperms:api:5.0') { transitive = false }