From efb68f14097c2f0cd345e3f17c7c3f9f2ea2bf4b Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Fri, 1 Mar 2024 06:01:54 +0000 Subject: [PATCH] Add system.properties file with Java and Maven versions --- system.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 system.properties diff --git a/system.properties b/system.properties new file mode 100644 index 00000000..b42fd641 --- /dev/null +++ b/system.properties @@ -0,0 +1,2 @@ +java.runtime.version=1.8 +maven.version=3.9.4