mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-20 03:22:34 +00:00
15 lines
169 B
Plaintext
15 lines
169 B
Plaintext
import com.dfsek.terra.configureAddon
|
|
|
|
plugins {
|
|
`java-library`
|
|
`maven-publish`
|
|
idea
|
|
}
|
|
|
|
configureAddon()
|
|
|
|
group = "com.dfsek.terra.common"
|
|
|
|
dependencies {
|
|
}
|