Skip to content

Commit

Permalink
Bump Kotlin and Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Nov 27, 2021
1 parent 41e7e66 commit a86357d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
@@ -1,6 +1,5 @@
plugins {
java
maven
`java-library`
kotlin("jvm") version KOTLIN_VERSION apply true
}
Expand Down Expand Up @@ -42,7 +41,7 @@ dependencies {
}

listOf("klaxon", "klaxon-jackson").forEach {
compile(project(":$it", "default"))
implementation(project(":$it", "default"))
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/KlaxonConfig.kt
@@ -1,3 +1,3 @@
val KOTLIN_VERSION = "1.4.31"
val KOTLIN_VERSION = "1.6.0"
val KLAXON_VERSION = "5.6-SNAPSHOT"

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip

0 comments on commit a86357d

Please sign in to comment.