From 5839623683c9b8acb85cfa8d86b21d44ede3f4f5 Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Tue, 8 Oct 2024 13:27:44 -0700 Subject: [PATCH] Upgrade to Kotlin 2.0.20 --- build.gradle | 2 +- gradle.lockfile | 20 ++++++++++++++++++++ gradle.properties | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 gradle.lockfile create mode 100644 gradle.properties diff --git a/build.gradle b/build.gradle index fac749c..025d3f1 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { id 'com.netflix.nebula.plugin-plugin' version '21.2.0' - id 'org.jetbrains.kotlin.jvm' version '1.9.20' + id 'org.jetbrains.kotlin.jvm' version '2.0.20' id 'java-gradle-plugin' } diff --git a/gradle.lockfile b/gradle.lockfile new file mode 100644 index 0000000..bdeae7e --- /dev/null +++ b/gradle.lockfile @@ -0,0 +1,20 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +cglib:cglib-nodep:3.2.2=integTestRuntimeClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-test:10.6.1=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +junit:junit:4.13.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.tomcat:jakartaee-migration:1.0.6=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apiguardian:apiguardian-api:1.1.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.codehaus.groovy:groovy:3.0.12=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.hamcrest:hamcrest-core:1.3=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.hamcrest:hamcrest:2.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib:2.0.20=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains:annotations:13.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.9.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.9.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:2.4=integTestRuntimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.2.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.3-groovy-3.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.3-groovy-3.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath +empty=annotationProcessor,integTestAnnotationProcessor,testAnnotationProcessor diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..06e1754 --- /dev/null +++ b/gradle.properties @@ -0,0 +1 @@ +systemProp.nebula.features.coreLockingSupport=true \ No newline at end of file