From 9df407543c7550a52cf5433ecdea2d8f4b27e486 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 31 May 2021 21:49:32 +0200 Subject: [PATCH] switch boot bundle back to 1.8 BREE level to avoid compilation issues on e4.18-based builds --- .../org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF index 002fab8e0..588b376cd 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF @@ -39,7 +39,7 @@ Require-Bundle: org.eclipse.core.resources, org.reactivestreams.reactive-streams, com.google.guava, org.eclipse.wst.sse.core -Bundle-RequiredExecutionEnvironment: JavaSE-11 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Export-Package: org.springframework.ide.eclipse.boot.core, org.springframework.ide.eclipse.boot.core.cli,