- fixed repositories

This commit is contained in:
dartpopikyardo
2017-01-19 02:33:16 +03:00
parent 2ca2fb029e
commit e1e37359dd
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ subprojects {
repositories {
mavenCentral()
jcenter()
eventuateMavenRepoUrl.split(',').each { repoUrl -> maven { url repoUrl } }
}
}

View File

@@ -1,7 +1,7 @@
org.gradle.jvmargs=-XX:MaxPermSize=512m
eventuateMavenRepoUrl=http://mavenrepo.eventuate.io/release
eventuateMavenRepoUrl=
springBootVersion=1.3.5.RELEASE