mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 23:01:03 +00:00
Dump Gaea into Terra.
This commit is contained in:
+6
-3
@@ -18,6 +18,7 @@ repositories {
|
||||
maven { url = uri("http://maven.enginehub.org/repo/") }
|
||||
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
|
||||
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
|
||||
maven { url = uri("https://repo.aikar.co/content/groups/aikar/") }
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -30,9 +31,9 @@ val versionObj = Version("2", "2", "0", true)
|
||||
version = versionObj
|
||||
|
||||
dependencies {
|
||||
val gaeaVersion = "1.15.0"
|
||||
compileOnly("org.polydev.gaea:Gaea:${gaeaVersion}")
|
||||
testImplementation("org.polydev.gaea:Gaea:${gaeaVersion}")
|
||||
implementation("org.apache.commons:commons-rng-core:1.3")
|
||||
implementation("net.jafama:jafama:2.3.2")
|
||||
implementation("co.aikar:taskchain-bukkit:3.7.2")
|
||||
|
||||
compileOnly("org.jetbrains:annotations:20.1.0")
|
||||
|
||||
@@ -100,6 +101,8 @@ tasks.named<ShadowJar>("shadowJar") {
|
||||
relocate("io.papermc.lib", "com.dfsek.terra.lib.paperlib")
|
||||
relocate("net.jafama", "com.dfsek.terra.lib.jafama")
|
||||
relocate("com.dfsek.tectonic", "com.dfsek.terra.lib.tectonic")
|
||||
relocate("net.jafama", "com.dfsek.terra.lib.jafama")
|
||||
relocate("co.aikar.taskchain", "com.dfsek.terra.lib.taskchain")
|
||||
minimize()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user