Skip to content

Commit

Permalink
build: Add profile for Kotlin 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Dec 5, 2024
1 parent c934e26 commit 072300d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kotlin-profile: ["kotlin-1.9", "kotlin-2.0"]
kotlin-profile: ["kotlin-1.9", "kotlin-2.0", "kotlin-2.1"]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down
6 changes: 6 additions & 0 deletions jte-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<kotlin.version>2.0.20</kotlin.version>
</properties>
</profile>
<profile>
<id>kotlin-2.1</id>
<properties>
<kotlin.version>2.1.0</kotlin.version>
</properties>
</profile>
</profiles>

</project>
6 changes: 6 additions & 0 deletions test/jte-runtime-test-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
<kotlin.version>2.0.20</kotlin.version>
</properties>
</profile>
<profile>
<id>kotlin-2.1</id>
<properties>
<kotlin.version>2.1.0</kotlin.version>
</properties>
</profile>
</profiles>

<build>
Expand Down

0 comments on commit 072300d

Please sign in to comment.