From bd503aca533d9ed2b0aaf89027d5ced83afc016f Mon Sep 17 00:00:00 2001 From: "kaiyu.shan" Date: Sat, 25 Jan 2025 15:46:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(mumu):=20=E5=BC=80=E5=A7=8B2.7.0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6b35cb3e..0c48aa15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # suppress inspection "SpellCheckingInspection" for whole file group=baby.mumu -version=2.6.0 +version=2.7.0-dev org.gradle.parallel=true org.gradle.jvmargs=-XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8 org.gradle.warning.mode=none