Merge remote-tracking branch 'origin/breaking' into breaking

This commit is contained in:
sauilitired
2018-12-21 17:49:15 +01:00
7 changed files with 53 additions and 47 deletions

View File

@ -7,12 +7,13 @@ repositories {
dependencies {
compile project(':Core')
testCompile project(':Core')
compile 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
compile(group: 'com.sk89q.worldedit', name: 'worldedit-bukkit', version: '7.0.0-SNAPSHOT')
compile("net.milkbowl.vault:VaultAPI:1.6") {
compile("net.milkbowl.vault:VaultAPI:1.7") {
exclude module: 'bukkit'
}
compileOnly 'org.projectlombok:lombok:1.16.18'
compileOnly 'org.projectlombok:lombok:1.18.4'
}
sourceCompatibility = 1.8
@ -44,4 +45,4 @@ shadowJar.doLast {
ant.checksum file: task.archivePath
}
build.dependsOn(shadowJar);
build.dependsOn(shadowJar)