We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9f468 commit 52a1bb1Copy full SHA for 52a1bb1
gradle.properties
@@ -18,7 +18,7 @@
18
jdk=1.8
19
snapshot=false
20
group=org.apache.eventmesh
21
-version=1.10.0-release
+version=1.11.0-release
22
#last eight bits of public key
23
signing.keyId=
24
#passphrase for key pairs
@@ -33,4 +33,4 @@ signEnabled=false
33
34
org.gradle.warning.mode=none
35
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
36
-org.gradle.caching=true
+org.gradle.caching=true
0 commit comments