Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Commit 0e0766e

Browse files
committed
Replace Maven Central repo with jCenter
1 parent c85292e commit 0e0766e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ allprojects {
66
apply plugin: 'idea'
77

88
repositories {
9-
mavenCentral()
9+
jcenter()
1010
maven { url 'https://jitpack.io' }
1111
}
1212
}

robot/build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ def includeDesktopSupport = true // Enable Desktop Simulation support
88

99
sourceCompatibility = 1.11
1010

11-
repositories {
12-
maven { url 'http://devsite.ctr-electronics.com/maven/release/' }
13-
}
14-
1511
deploy {
1612
targets {
1713
roboRIO("roborio") {

0 commit comments

Comments
 (0)