This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 30ee151a656 CAMEL-18887: camel-kotlin - Upgrade to 1.8 and Java 17
30ee151a656 is described below
commit 30ee151a656c5be4dee1665e3867fa0611d431ae
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jan 14 18:55:15 2023 +0100
CAMEL-18887: camel-kotlin - Upgrade to 1.8 and Java 17
---
.../src/main/kotlin/org/apache/camel/dsl/kotlin/KotlinConstants.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/camel-kotlin-dsl/src/main/kotlin/org/apache/camel/dsl/kotlin/KotlinConstants.kt
b/dsl/camel-kotlin-dsl/src/main/kotlin/org/apache/camel/dsl/kotlin/KotlinConstants.kt
index 6bfb7c754bd..7146480fa67 100644
---
a/dsl/camel-kotlin-dsl/src/main/kotlin/org/apache/camel/dsl/kotlin/KotlinConstants.kt
+++
b/dsl/camel-kotlin-dsl/src/main/kotlin/org/apache/camel/dsl/kotlin/KotlinConstants.kt
@@ -17,4 +17,4 @@
package org.apache.camel.dsl.kotlin
const val EXTENSION = "kts"
-const val JVM_TARGET = "11"
\ No newline at end of file
+const val JVM_TARGET = "17"
\ No newline at end of file