build with -Xlink:unchecked
This commit is contained in:
parent
1c3ed5122f
commit
64bfe42878
@ -12,6 +12,12 @@ version = jmeFullVersion
|
||||
sourceCompatibility = '1.8'
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
gradle.projectsEvaluated {
|
||||
tasks.withType(JavaCompile) { // compile-time options:
|
||||
options.compilerArgs << '-Xlint:unchecked'
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
|
Loading…
x
Reference in New Issue
Block a user