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:
@@ -1,14 +1 @@
|
||||
import xyz.jpenilla.toothpick.loadDependencies
|
||||
import xyz.jpenilla.toothpick.loadRepositories
|
||||
|
||||
repositories {
|
||||
loadRepositories(project)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
loadDependencies(project)
|
||||
}
|
||||
|
||||
java {
|
||||
withJavadocJar()
|
||||
}
|
||||
// Nothing here :P
|
||||
@@ -1,10 +1 @@
|
||||
import xyz.jpenilla.toothpick.loadDependencies
|
||||
import xyz.jpenilla.toothpick.loadRepositories
|
||||
|
||||
repositories {
|
||||
loadRepositories(project)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
loadDependencies(project)
|
||||
}
|
||||
// Nothing here :P
|
||||
Reference in New Issue
Block a user