mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Make unit tests work with Gradle
Had to split the test app from the tests, since that's how gradle forces you to do it.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
include ":"
|
||||
include ":CordovaLib"
|
||||
project(':CordovaLib').projectDir = new File('../framework')
|
||||
|
||||
Reference in New Issue
Block a user