geforkt von Mirrors/FastAsyncWorldEdit
Let's try this
Dieser Commit ist enthalten in:
Ursprung
37d3fcd01c
Commit
b5b89412d9
@ -1,5 +1,9 @@
|
|||||||
import org.ajoberstar.grgit.Grgit
|
import org.ajoberstar.grgit.Grgit
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id("com.gradle.build-scan") version "2.4.1"
|
||||||
|
}
|
||||||
|
|
||||||
logger.lifecycle("""
|
logger.lifecycle("""
|
||||||
*******************************************
|
*******************************************
|
||||||
You are building WorldEdit!
|
You are building WorldEdit!
|
||||||
@ -46,3 +50,10 @@ if (!project.hasProperty("gitCommitHash")) {
|
|||||||
"no_git_id"
|
"no_git_id"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildScan {
|
||||||
|
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
||||||
|
setTermsOfServiceAgree("yes")
|
||||||
|
|
||||||
|
publishAlways()
|
||||||
|
}
|
||||||
|
@ -20,12 +20,11 @@ dependencies {
|
|||||||
"compile"("rhino:js:1.7R2")
|
"compile"("rhino:js:1.7R2")
|
||||||
"compile"("org.yaml:snakeyaml:1.23")
|
"compile"("org.yaml:snakeyaml:1.23")
|
||||||
"compile"("com.google.guava:guava:21.0")
|
"compile"("com.google.guava:guava:21.0")
|
||||||
"compile"("com.google.code.findbugs:jsr305:1.3.9")
|
"compile"("com.google.code.findbugs:jsr305:3.0.2")
|
||||||
"compile"("com.google.code.gson:gson:2.8.0")
|
"compile"("com.google.code.gson:gson:2.8.0")
|
||||||
"compile"("org.slf4j:slf4j-api:1.7.26")
|
"compile"("org.slf4j:slf4j-api:1.7.26")
|
||||||
"compile"("it.unimi.dsi:fastutil:8.2.1")
|
"compile"("it.unimi.dsi:fastutil:8.2.1")
|
||||||
"compile"("com.googlecode.json-simple:json-simple:1.1.1")
|
"compile"("com.googlecode.json-simple:json-simple:1.1.1") { isTransitive = false }
|
||||||
|
|
||||||
"compileOnly"(project(":worldedit-libs:core:ap"))
|
"compileOnly"(project(":worldedit-libs:core:ap"))
|
||||||
"annotationProcessor"(project(":worldedit-libs:core:ap"))
|
"annotationProcessor"(project(":worldedit-libs:core:ap"))
|
||||||
// ensure this is on the classpath for the AP
|
// ensure this is on the classpath for the AP
|
||||||
|
@ -8,6 +8,7 @@ dependencies {
|
|||||||
"shade"("com.sk89q:jchronic:0.2.4a") {
|
"shade"("com.sk89q:jchronic:0.2.4a") {
|
||||||
exclude(group = "junit", module = "junit")
|
exclude(group = "junit", module = "junit")
|
||||||
}
|
}
|
||||||
|
"shade"("com.github.luben:zstd-jni:1.4.3-1")
|
||||||
"shade"("com.thoughtworks.paranamer:paranamer:2.6")
|
"shade"("com.thoughtworks.paranamer:paranamer:2.6")
|
||||||
"shade"("com.sk89q.lib:jlibnoise:1.0.0")
|
"shade"("com.sk89q.lib:jlibnoise:1.0.0")
|
||||||
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
|
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren