Skip to content

Commit 9278d15

Browse files
authored
KTLN-863 Commented out the k2-compiler module in integration tests profile (#1042)
1 parent 81b5140 commit 9278d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
<!-- <module>gradle-kotlin-dsl</module> --> <!-- not a Maven module -->
493493
<!-- <module>k2-kotlin</module> --> <!-- Contains a lot of examples where code intentionally does not compile, by design -->
494494
<!-- <module>kotlin-jee</module> --> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
495-
<!-- <module>k2-compiler</module>--> <!-- Contains a lot of examples where code intentionally does not compile, by design -->
495+
<!-- <module>k2-compiler</module>--> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
496496
<module>koin-guide</module>
497497
<module>kotlin-kotest</module>
498498
<module>kotlin-apache-kafka</module>
@@ -574,7 +574,7 @@
574574
<!-- <module>gradle-kotlin-dsl</module> --> <!-- not a Maven module -->
575575
<!-- <module>k2-kotlin</module> --> <!-- Contains a lot of examples where code intentionally does not compile, by design -->
576576
<!-- <module>kotlin-jee</module> --> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
577-
<module>k2-compiler</module>
577+
<!-- <module>k2-compiler</module>--> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
578578
<module>koin-guide</module>
579579
<module>kotlin-kotest</module>
580580
<module>kotlin-apache-kafka</module>

0 commit comments

Comments
 (0)