This is an automated email from the ASF dual-hosted git repository. mikexue pushed a commit to branch xwm1992-patch-5 in repository https://gitbox.apache.org/repos/asf/eventmesh.git
commit 2b24d3477788fa736c6d32b6991ac916792746b6 Author: mike_xwm <[email protected]> AuthorDate: Mon Dec 30 10:41:33 2024 +0800 Update gradle.properties --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 789424c0d..f712526c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ jdk=1.8 snapshot=false group=org.apache.eventmesh -version=1.10.0-release +version=1.11.0-release #last eight bits of public key signing.keyId= #passphrase for key pairs @@ -33,4 +33,4 @@ signEnabled=false org.gradle.warning.mode=none org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -org.gradle.caching=true \ No newline at end of file +org.gradle.caching=true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
