From 5a651563ff8577d0d521d450a5b4dc5c446ef45c Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 23 Jun 2022 12:38:45 -0700 Subject: [PATCH] Set System property with project lead username. Project lead for SSDG is 'jblum'. --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index e388c7d..704cfb2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,5 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 +systemProp.user.name=jblum apacheGeodeVersion=1.14.4 micrometerVersion=1.10.0-M2 springVersion=6.0.0-M4