mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-14 19:56:19 +00:00
16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
import com.dfsek.terra.configureAddon
|
|
|
|
plugins {
|
|
`java-library`
|
|
`maven-publish`
|
|
idea
|
|
}
|
|
|
|
configureAddon()
|
|
|
|
group = "com.dfsek.terra.common"
|
|
|
|
dependencies {
|
|
"shadedApi"("commons-io:commons-io:2.6")
|
|
}
|