forked from SteamWar/SteamWar
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -59,7 +59,7 @@ sourceSets {
|
||||
dependencies {
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT")
|
||||
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
+4
-7
@@ -56,13 +56,6 @@ 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 {
|
||||
@@ -109,6 +102,10 @@ allprojects {
|
||||
maven {
|
||||
url = URI("https://repo.viaversion.com")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = URI("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -65,3 +65,5 @@ include("TutorialSystem")
|
||||
|
||||
include("VelocityCore")
|
||||
include("VelocityCore:Persistent")
|
||||
|
||||
include("KotlinCore")
|
||||
|
||||
Reference in New Issue
Block a user