Skip to content

Commit b6466e2

Browse files
committed
Upgrade Gradle Kotlin Plugin
1 parent ce7d4b1 commit b6466e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4.32'
2+
ext.kotlinVersion = '1.5.31'
33
repositories {
44
mavenCentral()
55
maven { url 'https://plugins.gradle.org/m2' }
@@ -394,7 +394,7 @@ project('spring-rabbit') {
394394

395395
compileTestKotlin {
396396
kotlinOptions {
397-
jvmTarget = '1.8'
397+
jvmTarget = '11'
398398
}
399399
}
400400

0 commit comments

Comments
 (0)