Skip to content

Commit 7cdd907

Browse files
committed
Fix S3 PR for 1.12 build
1 parent b0e56d3 commit 7cdd907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oldbuilds/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ allprojects {
1616
repositories {
1717
mavenLocal()
1818
maven { url "https://oss.sonatype.org/content/repositories/releases" }
19+
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
1920
maven { url "https://repo.mikeprimm.com" }
2021
maven { url "https://repo.maven.apache.org/maven2" }
2122
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }

0 commit comments

Comments
 (0)