updated BREE definitions to require JavaSE-17 now

This commit is contained in:
Martin Lippert
2023-11-16 15:57:06 +01:00
parent effb95f1a7
commit 14f420433e
44 changed files with 44 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ Bundle-Name: org.springframework.ide.eclipse.boot.dash.docker
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.dash.docker;singleton:=true
Bundle-Version: 4.21.0.qualifier
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.docker
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.springframework.ide.eclipse.boot.dash,
org.springframework.ide.eclipse.boot,
org.springsource.ide.eclipse.commons.livexp,