mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-19 15:09:27 +00:00
Update Gradle and changes due to Toothpick changes
This commit is contained in:
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -2,6 +2,7 @@ import java.util.Locale
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven("https://repo.jpenilla.xyz/snapshots")
|
||||
|
||||
@@ -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