Update to Gradle 5.5

This commit is contained in:
Kenzie Togami
2019-07-09 18:21:21 -07:00
parent 05bf211d73
commit c5c6a091fd
6 changed files with 38 additions and 9 deletions

View File

@ -1,5 +1,5 @@
plugins {
id("net.ltgt.apt") version "0.21"
id("net.ltgt.apt") version "0.21" apply false
}
apply plugin: 'java-library'
@ -36,6 +36,7 @@ dependencies {
}
tasks.withType(JavaCompile).configureEach {
dependsOn(":worldedit-libs:build")
it.options.compilerArgs.add("-Aarg.name.key.prefix=")
}