Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Remnoved nexus url and replaced it with public maven repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Apr 23, 2014
1 parent d207ab9 commit 0540f99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
buildscript {
repositories {
maven() {
url "https://ci.it.ewerk.com/nexus/content/groups/public"
mavenCentral()
maven {
url "http://oss.sonatype.org/content/repositories/snapshots/"
}
}
dependencies {
Expand Down

0 comments on commit 0540f99

Please sign in to comment.