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

Made test runners into contributors.

This commit is contained in:
Cedric Beust 2015-11-28 06:51:00 -08:00
parent 6630f55197
commit b700e94b5f
13 changed files with 125 additions and 63 deletions

View file

@ -37,8 +37,12 @@
<compiler-interceptors>
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
</compiler-interceptors>
<run-contributors>
<runner-contributors>
<class-name>com.beust.kobalt.plugin.application.ApplicationPlugin</class-name>
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
</run-contributors>
</runner-contributors>
<test-runner-contributors>
<class-name>com.beust.kobalt.internal.JUnitRunner</class-name>
<class-name>com.beust.kobalt.internal.TestNgRunner</class-name>
</test-runner-contributors>
</kobalt-plugin>