v1.5.0
This commit is contained in:
parent
518ee782da
commit
0f641e115c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue