mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 15:37:24 +00:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
version = version("1.2.0")
|
|
|
|
dependencies {
|
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
|
api("com.dfsek", "paralithic", Versions.Libraries.paralithic)
|
|
}
|