gradle: warn when submodules are missing
- sth better than 'Configuration with name 'default' not found'
This commit is contained in:
parent
ef391a3994
commit
e6d42a5a61
@ -1,3 +1,7 @@
|
|||||||
|
if (!(new File("$rootDir/appcompat/build.gradle").exists())) {
|
||||||
|
throw new GradleException('Missing git sub modules!\nPLEASE RUN: "git submodule init && git submodule update"')
|
||||||
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user