9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-29 03:49:06 +00:00

Update Gradle and changes due to Toothpick changes

This commit is contained in:
MrPowerGamerBR
2021-05-18 10:57:11 -03:00
parent 31842ec57d
commit 202f0e63a4
4 changed files with 4 additions and 25 deletions

View File

@@ -1,14 +1 @@
import xyz.jpenilla.toothpick.loadDependencies
import xyz.jpenilla.toothpick.loadRepositories
repositories {
loadRepositories(project)
}
dependencies {
loadDependencies(project)
}
java {
withJavadocJar()
}
// Nothing here :P

View File

@@ -1,10 +1 @@
import xyz.jpenilla.toothpick.loadDependencies
import xyz.jpenilla.toothpick.loadRepositories
repositories {
loadRepositories(project)
}
dependencies {
loadDependencies(project)
}
// Nothing here :P