mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-18 06:10:16 +00:00
begin pulling versions into buildSrc/Versions
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import com.dfsek.terra.Versions
|
||||
import com.dfsek.terra.version
|
||||
|
||||
version = version("0.1.0")
|
||||
|
||||
dependencies {
|
||||
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
|
||||
shadedImplementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
|
||||
shadedApi(project(":common:addons:manifest-addon-loader"))
|
||||
}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
import com.dfsek.terra.Versions
|
||||
import com.dfsek.terra.version
|
||||
|
||||
version = version("0.1.0")
|
||||
|
||||
dependencies {
|
||||
shadedApi("commons-io:commons-io:2.6")
|
||||
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
|
||||
shadedImplementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
|
||||
}
|
||||
|
||||
tasks.withType<Jar> {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import com.dfsek.terra.Versions
|
||||
|
||||
dependencies {
|
||||
shadedApi(project(":common:api:util"))
|
||||
shadedApi(project(":common:api:noise"))
|
||||
@@ -6,7 +8,7 @@ dependencies {
|
||||
|
||||
shadedApi("net.jafama:jafama:2.3.2")
|
||||
|
||||
shadedApi("org.slf4j:slf4j-api:1.7.32")
|
||||
shadedApi("org.slf4j", "slf4j-api", Versions.Libraries.slf4j)
|
||||
|
||||
shadedApi("cloud.commandframework", "cloud-core", "1.6.1")
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import com.dfsek.terra.Versions
|
||||
|
||||
dependencies {
|
||||
shadedApi("com.dfsek.tectonic:common:3.1.0")
|
||||
shadedApi("com.dfsek.tectonic:common:${Versions.Libraries.tectonic}")
|
||||
|
||||
shadedApi("net.jafama:jafama:2.3.2")
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import com.dfsek.terra.Versions
|
||||
|
||||
dependencies {
|
||||
shadedApi(project(":common:api"))
|
||||
shadedApi(project(":common:implementation:bootstrap-addon-loader"))
|
||||
@@ -6,7 +8,7 @@ dependencies {
|
||||
shadedApi("commons-io:commons-io:2.6")
|
||||
shadedImplementation("org.apache.commons:commons-text:1.9")
|
||||
|
||||
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
|
||||
shadedImplementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
|
||||
|
||||
shadedImplementation("org.yaml:snakeyaml:1.27")
|
||||
shadedImplementation("org.ow2.asm:asm:9.2")
|
||||
|
||||
Reference in New Issue
Block a user