mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 07:11:14 +00:00
Use CodeMC for dependencies
This commit is contained in:
+3
-7
@@ -14,14 +14,10 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
flatDir {
|
|
||||||
dirs("lib")
|
|
||||||
}
|
|
||||||
maven { url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") }
|
maven { url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") }
|
||||||
maven { url = uri("http://maven.enginehub.org/repo/") }
|
maven { url = uri("http://maven.enginehub.org/repo/") }
|
||||||
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
|
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
|
||||||
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
|
maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
|
||||||
// maven { url = uri("https://maven.pkg.github.com/solonovamax/Gaea") }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
@@ -35,8 +31,8 @@ version = versionObj
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
val gaeaVersion = "1.15.0"
|
val gaeaVersion = "1.15.0"
|
||||||
compileOnly(name = "Gaea-${gaeaVersion}", group = "")
|
compileOnly("org.polydev.gaea:Gaea:${gaeaVersion}")
|
||||||
testImplementation(name = "Gaea-${gaeaVersion}", group = "")
|
testImplementation("org.polydev.gaea:Gaea:${gaeaVersion}")
|
||||||
|
|
||||||
compileOnly("org.jetbrains:annotations:20.1.0")
|
compileOnly("org.jetbrains:annotations:20.1.0")
|
||||||
|
|
||||||
@@ -55,7 +51,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation("net.jafama:jafama:2.3.2")
|
implementation("net.jafama:jafama:2.3.2")
|
||||||
|
|
||||||
implementation(name = "Tectonic-1.0.3", group = "")
|
implementation("com.dfsek:Tectonic:1.0.3")
|
||||||
|
|
||||||
|
|
||||||
// JUnit.
|
// JUnit.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user