Skip to content

Commit

Permalink
Update gradle.properties (#5152)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 authored Dec 30, 2024
1 parent ec9f468 commit 52a1bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
org.gradle.caching=true

0 comments on commit 52a1bb1

Please sign in to comment.