mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Merge pull request #501 from EngineHub/feature/gradle-5
Update to Gradle 5
This commit is contained in:
@ -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=")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user