diff --git a/build.gradle b/build.gradle index 1542570d..0ebddbca 100644 --- a/build.gradle +++ b/build.gradle @@ -44,13 +44,8 @@ if (System.properties['org.ajoberstar.grgit.auth.username'] == null) { allprojects { repositories { mavenCentral() - // mavenLocal() - // Sometimes, synchronization with central is too slow - maven { url 'https://oss.sonatype.org/content/repositories/releases/' } // Snapshots // maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } - // Experimental, not sure if this is the way tpo go... - maven { url 'https://jitpack.io' } } group = 'org.jgrapes'