mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-22 00:21:34 +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)
|
|
}
|