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.docker.client.wrapper
Bundle-SymbolicName: org.springframework.ide.eclipse.docker.client;singleton:=true
Bundle-Version: 4.21.0.qualifier
Automatic-Module-Name: org.springframework.ide.eclipse.docker.client.wrapper
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: .,
dependency/bcpkix-jdk15on-1.64.jar,
dependency/bcprov-jdk15on-1.64.jar,