File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
worldedit-bukkit/adapters/adapter-1_21_6 Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ fun Project.applyCommonConfiguration() {
1414 maven {
1515 name = " EngineHub"
1616 url = uri(" https://maven.enginehub.org/repo/" )
17+ content {
18+ excludeModule(" io.papermc.paper" , " dev-bundle" )
19+ }
1720 }
1821 maven {
1922 name = " OSS Sonatype Snapshots"
@@ -23,6 +26,13 @@ fun Project.applyCommonConfiguration() {
2326 name = " Athion"
2427 url = uri(" https://ci.athion.net/plugin/repository/tools/" )
2528 }
29+ maven {
30+ name = " IntellectualSites"
31+ url = uri(" https://repo.intellectualsites.dev/repository/paper-dev-bundles/" )
32+ content {
33+ includeModule(" io.papermc.paper" , " dev-bundle" )
34+ }
35+ }
2636 }
2737
2838 configurations.all {
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ repositories {
1212
1313dependencies {
1414 // https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
15- the<PaperweightUserDependenciesExtension >().paperDevBundle(" 1.21.8-R0.1-20250720.221224-10 " )
15+ the<PaperweightUserDependenciesExtension >().paperDevBundle(" 1.21.8-R0.1-20250829.204528-51 " )
1616 compileOnly(libs.paperlib)
1717}
You can’t perform that action at this time.
0 commit comments