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 88c22de commit 5bd28afCopy full SHA for 5bd28af
build.gradle.kts
@@ -2,8 +2,7 @@ plugins {
2
`kotlin-dsl`
3
`maven-publish`
4
groovy
5
- kotlin("jvm") version "1.4.21"
6
- kotlin("plugin.serialization") version "1.4.21"
+ kotlin("plugin.serialization") version "1.4.20"
7
id("com.gradle.plugin-publish") version "0.12.0"
8
id("com.github.ben-manes.versions") version "0.36.0"
9
}
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0 commit comments