This commit is contained in:
Frank van der Heijden 2020-06-27 12:08:38 +02:00
parent 518ee782da
commit 0f641e115c
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -6,7 +6,7 @@ plugins {
String packagePath = 'net.frankheijden.serverutils' String packagePath = 'net.frankheijden.serverutils'
group = packagePath group = packagePath
version '1.4.2' version '1.5.0'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
repositories { repositories {
@ -18,7 +18,7 @@ repositories {
dependencies { dependencies {
implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT'
implementation 'org.bstats:bstats-bukkit:1.7' implementation 'org.bstats:bstats-bukkit:1.7'
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT' compileOnly 'com.destroystokyo.paper:paper-api:1.16.1-R0.1-SNAPSHOT'
} }
processResources { processResources {