From 5cc606f29ea3c8f875f34056a1cea81bd056c465 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Sun, 2 Apr 2023 16:17:47 -0400 Subject: [PATCH] Update JRE in oomph to require >= 17 Fixes #350 --- releng/CDT.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releng/CDT.setup b/releng/CDT.setup index 4709692912d..111673869c0 100644 --- a/releng/CDT.setup +++ b/releng/CDT.setup @@ -67,8 +67,8 @@ + version="JavaSE-17" + location="${jre.location-17}"> Define the JRE needed to compile and run the Java projects of ${scope.project.label}