gradle: Some more build changes

This commit is contained in:
Owain van Brakel
2019-07-25 02:30:53 +02:00
parent af4c2ad6ae
commit 55c8a8e0ee
2 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
plugins {
id "com.github.ben-manes.versions" version "0.21.0"
id "com.gradle.build-scan" version "2.3"
}
allprojects {
@@ -8,6 +9,12 @@ allprojects {
group = 'net.runelite'
version = '1.5.30-SNAPSHOT'
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
}
}
}
subprojects {