File tree 1 file changed +1
-29
lines changed
1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 650
650
<module >kotlin-testing</module >
651
651
<module >kotlin-mockito</module >
652
652
<!-- <module>kotlin-tornadofx</module> --> <!-- not compatible with Java 9+ -->
653
- <!-- < module>kotlin-kover</module> --> <!-- https://github.com/Kotlin/kotlinx-kover/issues/51 -- >
653
+ <module >kotlin-kover</module >
654
654
<module >ktlint-custom</module >
655
655
<module >machine-learning</module >
656
656
<module >spring-boot-crud-kotlin</module >
757
757
</arguments >
758
758
</configuration >
759
759
</execution >
760
- <execution >
761
- <id >build-kotlin-kover</id >
762
- <phase >compile</phase >
763
- <goals >
764
- <goal >exec</goal >
765
- </goals >
766
- <configuration >
767
- <workingDirectory >${project.basedir} /kotlin-kover</workingDirectory >
768
- <executable >./gradlew</executable >
769
- <arguments >
770
- <argument >build</argument >
771
- </arguments >
772
- </configuration >
773
- </execution >
774
- <execution >
775
- <id >test-kotlin-kover</id >
776
- <phase >test</phase >
777
- <goals >
778
- <goal >exec</goal >
779
- </goals >
780
- <configuration >
781
- <workingDirectory >${project.basedir} /kotlin-kover</workingDirectory >
782
- <executable >./gradlew</executable >
783
- <arguments >
784
- <argument >test</argument >
785
- </arguments >
786
- </configuration >
787
- </execution >
788
760
<execution >
789
761
<id >build-kotlin-ktor</id >
790
762
<phase >compile</phase >
You can’t perform that action at this time.
0 commit comments