mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
update to tectonic 3.1.0
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:3.0.1")
|
shadedImplementation("com.dfsek.tectonic:yaml:3.1.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:3.0.1")
|
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Jar> {
|
tasks.withType<Jar> {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
shadedApi("com.dfsek.tectonic:common:3.0.1")
|
shadedApi("com.dfsek.tectonic:common:3.1.0")
|
||||||
|
|
||||||
shadedApi("net.jafama:jafama:2.3.2")
|
shadedApi("net.jafama:jafama:2.3.2")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ dependencies {
|
|||||||
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:3.0.1")
|
shadedImplementation("com.dfsek.tectonic:yaml:3.1.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