build: Remove drop our maven repository

This commit is contained in:
NotMyFault 2021-12-31 17:26:15 +01:00
parent 0994ea1e67
commit 42d6466a4c
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 2 additions and 6 deletions

View File

@ -10,12 +10,7 @@ fun Project.applyCommonConfiguration() {
version = rootProject.version
repositories {
mavenLocal()
mavenCentral()
maven {
name = "IntellectualSites"
url = uri("https://mvn.intellectualsites.com/content/groups/public/")
}
maven {
name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/")
@ -32,6 +27,7 @@ fun Project.applyCommonConfiguration() {
name = "Athion"
url = uri("https://ci.athion.net/plugin/repository/tools/")
}
mavenLocal()
}
configurations.all {

View File

@ -3,7 +3,7 @@
fastutil = "8.5.6"
log4j = "2.17.1"
guava = "31.0.1-jre"
gson = "2.8.9"
gson = "2.8.8"
# Platform expectations
paper = "1.18.1-R0.1-SNAPSHOT"