Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,18 @@ plugins {

repositories {
mavenCentral()
// mavenLocal() // NEVER use in Production/Commits!
maven("https://repo.papermc.io/repository/maven-public/")

maven("https://maven.buildtheearth.net/releases") // BuildTheEarth Projection

maven("https://mvn.alps-bte.com/repository/alps-bte/") // AlpsLib

maven("https://maven.enginehub.org/repo/") // WorldEdit

maven("https://mvn.wesjd.net/") // Anvilgui

//maven("https://mvn.wesjd.net/") // Anvilgui - includes 26.1 module which is build with Java 25, what breaks the Plugin Remapper on Paper 1.21.4 see https://github.com/WesJD/AnvilGUI/issues/408
maven("https://repo.bluecolored.de/releases") // BlueMap

maven("https://repo.essentialsx.net/releases/")

// Alps Lib Geo - can be removed once https://github.com/AlpsBTE/Alps-Lib/pull/17 is merged & version is set to 1.0.0
// Anvilgui + Alps Lib Geo (for geo it can be removed once https://github.com/AlpsBTE/Alps-Lib/pull/17 is merged & version is set to 1.0.0)
maven("https://mvn.alps-bte.com/repository/alps-bte-snapshots/")

maven("https://repo.lushplugins.org/releases") // PluginUpdater

maven("https://jitpack.io") // Clipper2
//mavenLocal() // NEVER use in Production/Commits!
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ alpslib-utils = "1.5.0"
# https://mvn.alps-bte.com/service/rest/repository/browse/alps-bte/com/alpsbte/alpslib/alpslib-geo/
alpslib-geo = "1.0.0-SNAPSHOT"
# https://github.com/WesJD/AnvilGUI https://mvn.wesjd.net/
anvilgui = "1.10.13-SNAPSHOT"
anvilgui = "1.10.14-SNAPSHOT"
# Ref: https://github.com/BlueMap-Minecraft/BlueMapAPI - Newer Versions require Java 25
bluemap-api = "2.7.8"
# https://central.sonatype.com/artifact/org.bstats/bstats-bukkit
Expand Down