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

Introducing IClasspathInterceptors.

Automatically adds the "aar" packaging to com.android.support.
This commit is contained in:
Cedric Beust 2015-11-28 11:43:41 -08:00
parent 7af789d282
commit a2a5ff429b
6 changed files with 78 additions and 11 deletions

View file

@ -45,4 +45,7 @@
<class-name>com.beust.kobalt.internal.JUnitRunner</class-name>
<class-name>com.beust.kobalt.internal.TestNgRunner</class-name>
</test-runner-contributors>
<classpath-interceptors>
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
</classpath-interceptors>
</kobalt-plugin>