Skip to content

Commit e637432

Browse files
committed
Gradle 6.1
1 parent 0fad290 commit e637432

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,5 @@ dependencies {
3131
}
3232

3333
tasks.withType(JavaCompile) {
34-
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8
35-
options.with {
36-
deprecation = true
37-
encoding = 'UTF-8'
38-
compilerArgs << "-Xlint:all" << "-Xlint:-path" << "-Xlint:-processing" << "-Xlint:-options"
39-
}
34+
options.compilerArgs << "-Xlint:-options"
4035
}

gradle/wrapper/gradle-wrapper.jar

-7 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)