Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Jun 4, 2019
1 parent 737a872 commit 7609c17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ subprojects {
repositories {
mavenCentral()
maven { url "http://mavenrepo.eventuate.io/release"}
maven { url "https://dl.bintray.com/eventuateio-oss/eventuate-maven-release"}
eventuateMavenRepoUrl.split(',').each { repoUrl -> maven { url repoUrl } }
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1G

deployUrl=file:///Users/cer/.m2/testdeploy
eventuateMavenRepoUrl=file:///Users/cer/.m2/testdeploy
eventuateMavenRepoUrl=file:///Users/cer/.m2/testdeploy,https://dl.bintray.com/eventuateio-oss/eventuate-maven-release

springBootVersion=1.4.7.RELEASE

Expand Down

0 comments on commit 7609c17

Please sign in to comment.