Never specified the local repository should be used.

This commit is contained in:
dordsor21 2018-12-17 11:52:59 +00:00
parent 783fda82bf
commit dbf28a41d4
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
repositories {
flatDir {dirs 'lib'}
mavenLocal()
}
dependencies {
compile project(':core')