mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
move Tectonic YAML dependency to implementation
This commit is contained in:
@@ -5,4 +5,5 @@ configureAddon()
|
|||||||
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ dependencies {
|
|||||||
"shadedApi"("com.dfsek:Paralithic:0.4.0")
|
"shadedApi"("com.dfsek:Paralithic:0.4.0")
|
||||||
|
|
||||||
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
"shadedApi"("com.dfsek.tectonic:common:2.1.2")
|
||||||
"shadedApi"("com.dfsek.tectonic:yaml:2.1.2")
|
|
||||||
|
|
||||||
"shadedApi"("net.jafama:jafama:2.3.2")
|
"shadedApi"("net.jafama:jafama:2.3.2")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ 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:2.1.2")
|
||||||
|
|
||||||
"shadedImplementation"("org.yaml:snakeyaml:1.27")
|
"shadedImplementation"("org.yaml:snakeyaml:1.27")
|
||||||
"shadedImplementation"("org.ow2.asm:asm:9.0")
|
"shadedImplementation"("org.ow2.asm:asm:9.0")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user