diff options
author | Jason Penilla <[email protected]> | 2024-04-24 17:46:57 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2024-04-24 17:46:57 -0700 |
commit | c95db4fcaab63fd5e14e89817bbe17650975b45e (patch) | |
tree | ba98260488141ae294334ddc50df285ba3a48071 /build.gradle.kts | |
parent | b7338094a52883364b285a821103ca08b5232d97 (diff) | |
download | Paper-c95db4fcaab63fd5e14e89817bbe17650975b45e.tar.gz Paper-c95db4fcaab63fd5e14e89817bbe17650975b45e.zip |
adventure 4.17.0-SNAPSHOT
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 48ed69d962..4f552a4cf2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,6 +54,7 @@ subprojects { repositories { mavenCentral() maven(paperMavenPublicUrl) + maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // TODO - Adventure snapshot } } @@ -118,6 +119,7 @@ tasks.generateDevelopmentBundle { libraryRepositories.addAll( "https://repo.maven.apache.org/maven2/", paperMavenPublicUrl, + "https://s01.oss.sonatype.org/content/repositories/snapshots/", // TODO - Adventure snapshot ) } |