mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
|
|
|
version = version("1.1.0")
|
|
|
|
dependencies {
|
|
api("commons-io:commons-io:2.7")
|
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
|
}
|