kopia lustrzana https://github.com/JOSM/MapWithAI
Set java versions in build.gradle
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
b01b89e0d5
commit
38c0bbeaaf
|
@ -18,6 +18,9 @@ plugins {
|
||||||
//id 'de.aaschmid.cpd' version '2.0'
|
//id 'de.aaschmid.cpd' version '2.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
java.targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
// Set up Errorprone
|
// Set up Errorprone
|
||||||
tasks.withType(JavaCompile).configureEach {
|
tasks.withType(JavaCompile).configureEach {
|
||||||
options.errorprone {
|
options.errorprone {
|
||||||
|
|
Ładowanie…
Reference in New Issue