mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
ci: Update required jvm version(21)
This commit is contained in:
@@ -63,7 +63,7 @@ allprojects {
|
||||
apply plugin: 'java'
|
||||
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileJava.options.release.set 17
|
||||
compileJava.options.release.set 21
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
javadoc.options.addStringOption('Xdoclint:none', '-quiet')
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
||||
|
||||
org.gradle.daemon=true
|
||||
javaVersion=17
|
||||
javaVersion=21
|
||||
|
||||
plugin_version=3.6.7
|
||||
plugin_archive=husksync
|
||||
|
||||
Reference in New Issue
Block a user