forked from SteamWar/SteamWar
Fix KotlinCore
This commit is contained in:
@@ -59,7 +59,7 @@ sourceSets {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("reflect"))
|
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 {
|
kotlin {
|
||||||
|
|||||||
+4
-7
@@ -57,13 +57,6 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
||||||
maven {
|
|
||||||
url = URI("https://repo.papermc.io/repository/maven-public/")
|
|
||||||
content {
|
|
||||||
includeGroup("com.velocitypowered")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
url = URI("https://m2.dv8tion.net/releases")
|
url = URI("https://m2.dv8tion.net/releases")
|
||||||
content {
|
content {
|
||||||
@@ -110,5 +103,9 @@ allprojects {
|
|||||||
maven {
|
maven {
|
||||||
url = URI("https://repo.viaversion.com")
|
url = URI("https://repo.viaversion.com")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maven {
|
||||||
|
url = URI("https://repo.papermc.io/repository/maven-public/")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,3 +51,5 @@ include("TutorialSystem")
|
|||||||
|
|
||||||
include("VelocityCore")
|
include("VelocityCore")
|
||||||
include("VelocityCore:Persistent")
|
include("VelocityCore:Persistent")
|
||||||
|
|
||||||
|
include("KotlinCore")
|
||||||
|
|||||||
Reference in New Issue
Block a user