mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2026-01-02 13:56:27 +00:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
import xyz.jpenilla.toothpick.loadDependencies
|
|
import xyz.jpenilla.toothpick.loadRepositories
|
|
|
|
repositories {
|
|
loadRepositories(project)
|
|
}
|
|
|
|
dependencies {
|
|
loadDependencies(project)
|
|
}
|