My attempts to build the core (MariaDB) package have failed. Am I doing something wrong? $ ./gradlew assemble Starting a Gradle Daemon (subsequent builds will be faster) :compileJava FAILED
FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':compileClasspath'. > Could not find io.mifos.core:lang:0.1.0-BUILD-SNAPSHOT. Searched in the following locations: https://jcenter.bintray.com/io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml https://jcenter.bintray.com/io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.pom https://jcenter.bintray.com/io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.jar file:/home/simon/.m2/repository/io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/maven-metadata.xml file:/home/simon/.m2/repository/io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.pom file:/home/simon/.m2/repository/io/mifos/core/lang/0.1.0-BUILD-SNAPSHOT/lang-0.1.0-BUILD-SNAPSHOT.jar Required by: project : * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED
