diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8ecadae..da56c2c6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -47,6 +47,8 @@ jobs: run: chmod +x ./mvnw - name: Build with Maven run: ./mvnw install --file pom.xml + - name: Test Kotlin 2.0 + run: ./mvnw test --file pom.xml --projects jte-kotlin --also-make --activate-profiles kotlin-2.0 - name: Build Gradle Plugin run: cd jte-gradle-plugin && ./gradlew publishToMavenLocal - name: Run all the Gradle Plugin tests diff --git a/jte-kotlin/pom.xml b/jte-kotlin/pom.xml index b8ef9bba..8abb28f7 100644 --- a/jte-kotlin/pom.xml +++ b/jte-kotlin/pom.xml @@ -49,4 +49,13 @@ + + + kotlin-2.0 + + 2.0.0 + + + + \ No newline at end of file