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 6e42f97 commit 2c3152aCopy full SHA for 2c3152a
build.gradle.kts
@@ -132,6 +132,7 @@ publishPlugin {
132
133
tasks.withType<JavaCompile> {
134
options.encoding = "UTF-8"
135
+ options.compilerArgs = listOf("-proc:none")
136
}
137
138
tasks.withType<KotlinCompile> {
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
0 commit comments