Skip to content

Commit

Permalink
Reorder repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Oct 6, 2022
1 parent 2d042db commit 4145c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arclight-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ repositories {
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url = 'https://files.minecraftforge.net/maven/' }
maven { url = 'https://jitpack.io/' }
maven { url = 'https://maven.izzel.io/releases' }
maven { url = 'https://jitpack.io/' }
mavenCentral()
}

Expand Down
2 changes: 1 addition & 1 deletion arclight-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ repositories {
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url = 'https://files.minecraftforge.net/maven/' }
maven { url = 'https://jitpack.io/' }
maven { url = 'https://maven.izzel.io/releases' }
maven { url = 'https://jitpack.io/' }
mavenCentral()
}

Expand Down

0 comments on commit 4145c11

Please sign in to comment.