Merge pull request #501 from EngineHub/feature/gradle-5

Update to Gradle 5
This commit is contained in:
Kenzie Togami
2019-07-11 22:01:09 -07:00
committed by GitHub
7 changed files with 48 additions and 13 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=")
}