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
7bb8b166d5
commit
a7d5573e75
@ -123,7 +123,7 @@ compileJava {
|
||||
options.encoding = 'UTF-8'
|
||||
options.compilerArgs += ["-parameters"]
|
||||
options.fork = true
|
||||
options.forkOptions.executable = 'javac'
|
||||
options.forkOptions.executable = 'java'
|
||||
}
|
||||
|
||||
archivesBaseName = project.property("pluginName")
|
||||
|
Loading…
Reference in New Issue
Block a user