Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed May 13, 2024
1 parent e325dfb commit c0b8714
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c0b8714

Please sign in to comment.