Skip to content

Commit

Permalink
[JAVA-42733]
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-kakos committed Dec 20, 2024
1 parent a67a77c commit 4f93f04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,9 @@
<module>jee-kotlin</module> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
<module>k2-compiler</module> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
<module>kotlin-tornadofx</module> <!-- not compatible with Java 9+ -->
<!-- <module>kotlin-libraries-rdbms</module> --> <!-- not a Maven module -->
<!-- <module>kotlin-multiplatform</module> --> <!-- not a Maven module -->
<!-- <module>kotlin-multiplatform-mobile</module> --> <!-- not a Maven module -->
<module>kotlin-libraries-rdbms</module> <!-- not a Maven module -->
<module>kotlin-multiplatform</module> <!-- not a Maven module -->
<module>kotlin-multiplatform-mobile</module> <!-- not a Maven module -->
</modules>
</profile>

Expand All @@ -795,9 +795,9 @@
<module>jee-kotlin</module> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
<module>k2-compiler</module> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
<module>kotlin-tornadofx</module> <!-- not compatible with Java 9+ -->
<!-- <module>kotlin-libraries-rdbms</module> --> <!-- not a Maven module -->
<!-- <module>kotlin-multiplatform</module> --> <!-- not a Maven module -->
<!-- <module>kotlin-multiplatform-mobile</module> --> <!-- not a Maven module -->
<module>kotlin-libraries-rdbms</module> <!-- not a Maven module -->
<module>kotlin-multiplatform</module> <!-- not a Maven module -->
<module>kotlin-multiplatform-mobile</module> <!-- not a Maven module -->
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 4f93f04

Please # to comment.