mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-15 21:31:05 +00:00
update to latest Tectonic version
This commit is contained in:
@@ -3,6 +3,6 @@ import com.dfsek.terra.version
|
|||||||
version = version("0.1.0")
|
version = version("0.1.0")
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
shadedImplementation("com.dfsek.tectonic:yaml:2.1.2")
|
shadedImplementation("com.dfsek.tectonic:yaml:2.2.0")
|
||||||
shadedApi(project(":common:addons:manifest-addon-loader"))
|
shadedApi(project(":common:addons:manifest-addon-loader"))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ version = version("0.1.0")
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
shadedApi("commons-io:commons-io:2.6")
|
shadedApi("commons-io:commons-io:2.6")
|
||||||
shadedImplementation("com.dfsek.tectonic:yaml:2.1.2")
|
shadedImplementation("com.dfsek.tectonic:yaml:2.2.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Jar> {
|
tasks.withType<Jar> {
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ dependencies {
|
|||||||
shadedApi(project(":common:api:registry"))
|
shadedApi(project(":common:api:registry"))
|
||||||
shadedApi(project(":common:api:addons"))
|
shadedApi(project(":common:api:addons"))
|
||||||
|
|
||||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
|
||||||
|
|
||||||
shadedApi("net.jafama:jafama:2.3.2")
|
shadedApi("net.jafama:jafama:2.3.2")
|
||||||
|
|
||||||
shadedApi("org.slf4j:slf4j-api:1.7.32")
|
shadedApi("org.slf4j:slf4j-api:1.7.32")
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
shadedApi(project(":common:api:util"))
|
shadedApi(project(":common:api:util"))
|
||||||
|
|
||||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
|
||||||
|
|
||||||
shadedApi("net.jafama:jafama:2.3.2")
|
shadedApi("net.jafama:jafama:2.3.2")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ dependencies {
|
|||||||
|
|
||||||
shadedApi("com.dfsek:paralithic:0.6.0")
|
shadedApi("com.dfsek:paralithic:0.6.0")
|
||||||
|
|
||||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
|
||||||
|
|
||||||
shadedApi("net.jafama:jafama:2.3.2")
|
shadedApi("net.jafama:jafama:2.3.2")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
shadedApi(project(":common:api:util"))
|
shadedApi(project(":common:api:util"))
|
||||||
|
|
||||||
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
|
shadedApi("com.dfsek.tectonic:common:2.2.0")
|
||||||
|
|
||||||
shadedApi("net.jafama:jafama:2.3.2")
|
shadedApi("net.jafama:jafama:2.3.2")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
"shadedApi"(project(":common:api"))
|
shadedApi(project(":common:api"))
|
||||||
"shadedApi"(project(":common:implementation:bootstrap-addon-loader"))
|
shadedApi(project(":common:implementation:bootstrap-addon-loader"))
|
||||||
|
|
||||||
"shadedApi"("org.apache.commons:commons-rng-core:1.3")
|
shadedApi("org.apache.commons:commons-rng-core:1.3")
|
||||||
"shadedApi"("commons-io:commons-io:2.6")
|
shadedApi("commons-io:commons-io:2.6")
|
||||||
"shadedImplementation"("org.apache.commons:commons-text:1.9")
|
shadedImplementation("org.apache.commons:commons-text:1.9")
|
||||||
|
|
||||||
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
|
shadedImplementation("com.dfsek.tectonic:yaml:2.2.0")
|
||||||
|
|
||||||
"shadedImplementation"("org.yaml:snakeyaml:1.27")
|
shadedImplementation("org.yaml:snakeyaml:1.27")
|
||||||
"shadedImplementation"("org.ow2.asm:asm:9.2")
|
shadedImplementation("org.ow2.asm:asm:9.2")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user