1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-28 09:08:13 -07:00

More files moving around.

This commit is contained in:
Cedric Beust 2015-12-15 05:52:55 +04:00
parent 9be5dba56e
commit 6f17fd8685
7 changed files with 10 additions and 10 deletions

View file

@ -14,8 +14,8 @@
<class-name>com.beust.kobalt.plugin.apt.AptPlugin</class-name>
<!-- These classes manage -init for Java and Kotlin -->
<class-name>com.beust.kobalt.plugin.java.JavaBuildGenerator</class-name>
<class-name>com.beust.kobalt.plugin.kotlin.KotlinBuildGenerator</class-name>
<class-name>com.beust.kobalt.app.java.JavaBuildGenerator</class-name>
<class-name>com.beust.kobalt.app.kotlin.KotlinBuildGenerator</class-name>
<!-- These classes run TestNG or JUnit depending on which one the user picked -->
<class-name>com.beust.kobalt.internal.JUnitRunner</class-name>