From ecabae7e340130a3f1d2f42c3ba37260fea36793 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Mar 2022 16:19:09 -0700 Subject: [PATCH] Organize gradle.properties. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 32693fe..90f93af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 deployDocsHost=docs-ip.spring.io -micrometerVersion=1.9.0-M4 apacheGeodeVersion=1.14.3 +micrometerVersion=1.9.0-M4 # The Spring Boot & Spring Session versions are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=6.0.0-M3