Skip to content

Commit 9778e1d

Browse files
authored
Merge pull request #116 from cisco-system-traffic-generator/gradle-build-fix
Removed sonatype repo because of request number limitation
2 parents 2e81293 + 58f24b9 commit 9778e1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ sourceCompatibility = 1.8
1616
targetCompatibility = 1.8
1717

1818
repositories {
19-
maven { url "http://oss.sonatype.org/content/groups/public/" }
2019
if (!project.hasProperty('local')) {
2120
maven { url "https://jitpack.io" }
2221
}

0 commit comments

Comments
 (0)