v1.2.0
This commit is contained in:
parent
5efa4cd5be
commit
a388981194
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ plugins {
|
|||
|
||||
String packagePath = 'net.frankheijden.serverutils'
|
||||
group = packagePath
|
||||
version '1.1.0'
|
||||
version '1.2.0'
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
repositories {
|
||||
|
|
@ -16,6 +16,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT'
|
||||
implementation 'org.bstats:bstats-bukkit:1.7'
|
||||
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
|
|
@ -35,6 +36,7 @@ compileJava {
|
|||
shadowJar {
|
||||
relocate 'co.aikar.commands', packagePath + '.acf'
|
||||
relocate 'co.aikar.locales', packagePath + '.locales'
|
||||
relocate 'org.bstats.bukkit', packagePath + '.dependencies.bstats'
|
||||
}
|
||||
|
||||
build.dependsOn shadowJar
|
||||
Loading…
Add table
Add a link
Reference in a new issue