Skip to content

Commit

Permalink
Comment out kotlin module which is no compiling
Browse files Browse the repository at this point in the history
kotlin is deprecated so I do no think it is worthy to update it

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Aug 19, 2024
1 parent 74a6508 commit 57de60e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
<module>kamelet-chucknorris</module>
<module>kamelet-main</module>
<module>kamelet-sql</module>
<module>kotlin</module>
<!-- Commenting out kotlin as there are compilation failure and the dsl is now deprecated -->
<!--<module>kotlin</module>-->
<module>loadbalancing</module>
<module>main</module>
<module>main-endpointdsl</module>
Expand Down

0 comments on commit 57de60e

Please sign in to comment.