We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fad290 commit e637432Copy full SHA for e637432
3 files changed
build.gradle
@@ -31,10 +31,5 @@ dependencies {
31
}
32
33
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
- }
+ options.compilerArgs << "-Xlint:-options"
40
gradle/wrapper/gradle-wrapper.jar
-7 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments