mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-22 08:29:24 +00:00
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
import xyz.jpenilla.toothpick.loadDependencies
|
|
import xyz.jpenilla.toothpick.loadRepositories
|
|
|
|
repositories {
|
|
loadRepositories(project)
|
|
}
|
|
|
|
dependencies {
|
|
loadDependencies(project)
|
|
}
|
|
|
|
java {
|
|
withJavadocJar()
|
|
}
|