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 ce7d4b1 commit b6466e2Copy full SHA for b6466e2
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlinVersion = '1.4.32'
+ ext.kotlinVersion = '1.5.31'
3
repositories {
4
mavenCentral()
5
maven { url 'https://plugins.gradle.org/m2' }
@@ -394,7 +394,7 @@ project('spring-rabbit') {
394
395
compileTestKotlin {
396
kotlinOptions {
397
- jvmTarget = '1.8'
+ jvmTarget = '11'
398
}
399
400
0 commit comments