Skip to content

Commit

Permalink
Merge pull request #116 from cisco-system-traffic-generator/gradle-bu…
Browse files Browse the repository at this point in the history
…ild-fix

Removed sonatype repo because of request number limitation
  • Loading branch information
EgorBlagov authored Sep 11, 2019
2 parents 2e81293 + 58f24b9 commit 9778e1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
maven { url "http://oss.sonatype.org/content/groups/public/" }
if (!project.hasProperty('local')) {
maven { url "https://jitpack.io" }
}
Expand Down

0 comments on commit 9778e1d

Please sign in to comment.