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:
parent
7af789d282
commit
a2a5ff429b
6 changed files with 78 additions and 11 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue