Upgrade Gradle Kotlin Plugin

This commit is contained in:
Gary Russell
2022-01-04 14:46:24 -05:00
parent ce7d4b171d
commit b6466e2fcb

View File

@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.4.32'
ext.kotlinVersion = '1.5.31'
repositories {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2' }
@@ -394,7 +394,7 @@ project('spring-rabbit') {
compileTestKotlin {
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}
}