diff --git a/gradle.properties b/gradle.properties index 48cd560..91e87cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ projectVersion=0.3.0-SNAPSHOT graceVersion=2022.2.8 -groovyVersion=3.0.21 +groovyVersion=3.0.22 org.gradle.daemon=true org.gradle.parallel=true org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M diff --git a/plugin/gradle.properties b/plugin/gradle.properties index 7503d81..16d1a45 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -1,4 +1,4 @@ projectName=admin graceVersion=2022.2.8 -groovyVersion=3.0.21 +groovyVersion=3.0.22 exploded=true \ No newline at end of file