Skip to content

Commit

Permalink
Change order so that there is no diff
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 2, 2024
1 parent 0f76e46 commit 1a62197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ sourceSets {

repositories {
mavenCentral()
maven { url 'https://oss.sonatype.org/content/groups/public' }
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://jitpack.io' }
maven { url 'https://oss.sonatype.org/content/groups/public' }

// Required for one.jpro.jproutils:tree-showing
maven { url 'https://sandec.jfrog.io/artifactory/repo' }
Expand Down

0 comments on commit 1a62197

Please sign in to comment.