Update build.gradle

This commit is contained in:
CloudlyBot 2023-02-27 12:44:13 +01:00 committed by GitHub
parent 7bb8b166d5
commit a7d5573e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")