mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Update build.gradle
This commit is contained in:
parent
a7d5573e75
commit
8acc0e8613
10
build.gradle
10
build.gradle
@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral() {
|
||||
allowInsecureProtocol = true
|
||||
//mavenCentral() {
|
||||
// allowInsecureProtocol = true
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
@ -123,15 +123,15 @@ compileJava {
|
||||
options.encoding = 'UTF-8'
|
||||
options.compilerArgs += ["-parameters"]
|
||||
options.fork = true
|
||||
options.forkOptions.executable = 'java'
|
||||
//options.forkOptions.executable = 'javac'
|
||||
}
|
||||
|
||||
archivesBaseName = project.property("pluginName")
|
||||
|
||||
repositories {
|
||||
|
||||
mavenCentral() {
|
||||
allowInsecureProtocol = true
|
||||
//mavenCentral() {
|
||||
//allowInsecureProtocol = true
|
||||
}
|
||||
|
||||
spigot()
|
||||
|
Loading…
Reference in New Issue
Block a user