mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 15:37:24 +00:00
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
|
|
|
version = version("1.0.0")
|
|
|
|
dependencies {
|
|
api("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
|
api("com.github.Querz", "NBT", Versions.Libraries.Internal.nbt)
|
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
|
} |