This is an automated email from the ASF dual-hosted git repository.
chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 041b615ba [ISSUE #3496] Fix build on jdk17
new 07bec46e8 Merge pull request #3497 from Shoothzj/3496
041b615ba is described below
commit 041b615bafc071c9d4774cb170ff10bb0eff2e6b
Author: ZhangJian He <[email protected]>
AuthorDate: Tue Mar 21 21:38:11 2023 +0800
[ISSUE #3496] Fix build on jdk17
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 9d9ac74a5..89018bf93 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -32,4 +32,4 @@ apachePassWord=
signEnabled=false
org.gradle.warning.mode=none
-org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m
-XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
\ No newline at end of file
+org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
-XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]