10 lines
138 B
Plaintext
10 lines
138 B
Plaintext
import io.gitlab.jfronny.scripts.*
|
|
|
|
base {
|
|
archivesName.set("libjf-unsafe-v0")
|
|
}
|
|
|
|
dependencies {
|
|
api(devProject(":libjf-base"))
|
|
}
|