Add VelocityCore Module

This commit is contained in:
2024-08-04 21:05:46 +02:00
parent 3e6f8c9b91
commit 28d4886584
145 changed files with 15181 additions and 0 deletions
+23
View File
@@ -1,3 +1,5 @@
import java.net.URI
/*
* This file is a part of the SteamWar software.
*
@@ -35,5 +37,26 @@ java {
allprojects {
repositories {
mavenCentral()
maven {
url = URI("https://repo.papermc.io/repository/maven-public/")
content {
includeGroup("com.velocitypowered")
}
}
maven {
url = URI("https://m2.dv8tion.net/releases")
content {
includeGroup("net.dv8tion")
}
}
maven {
url = URI("https://repo.lunarclient.dev")
content {
includeGroup("com.lunarclient")
}
}
maven {
url = URI("https://steamwar.de/maven/")
}
}
}