Skip to content

Commit 2c3152a

Browse files
committed
Update gradle wrapper
1 parent 6e42f97 commit 2c3152a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ publishPlugin {
132132

133133
tasks.withType<JavaCompile> {
134134
options.encoding = "UTF-8"
135+
options.compilerArgs = listOf("-proc:none")
135136
}
136137

137138
tasks.withType<KotlinCompile> {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)