Skip to content

Commit 6afdfac

Browse files
committed
Upgrade Kotlin to 1.7
1 parent d143d4b commit 6afdfac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.5.31'
2+
ext.kotlinVersion = '1.7.0'
33
repositories {
44
mavenCentral()
55
gradlePluginPortal()
@@ -415,7 +415,7 @@ project('spring-rabbit') {
415415

416416
compileTestKotlin {
417417
kotlinOptions {
418-
jvmTarget = '16'
418+
jvmTarget = '17'
419419
}
420420
}
421421

0 commit comments

Comments
 (0)