Skip to content

Commit

Permalink
Upgrade Gradle Kotlin Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jan 4, 2022
1 parent 248cd70 commit 6a5fdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.4.32'
ext.kotlinVersion = '1.5.31'
repositories {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2' }
Expand Down Expand Up @@ -147,7 +147,7 @@ subprojects { subproject ->

compileTestKotlin {
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}
}

Expand Down

0 comments on commit 6a5fdc6

Please sign in to comment.