changing BREE to JavaSE-11 and adapting compiler settings to avoid issues - for some early testing here
This commit is contained in:
@@ -870,9 +870,16 @@
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
<useProjectSettings>false</useProjectSettings>
|
||||
<compilerArgument>-err:-forbidden</compilerArgument>
|
||||
<!-- <compilerArgument>-err:-forbidden</compilerArgument> -->
|
||||
<compilerArgs>
|
||||
<arg>-err:-forbidden</arg>
|
||||
<arg>--add-modules</arg>
|
||||
<arg>java.base,java.management,java.xml</arg>
|
||||
<arg>--limit-modules</arg>
|
||||
<arg>java.base,java.management,java.xml</arg>
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>target-platform-configuration</artifactId>
|
||||
|
||||
@@ -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-1.8
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.ide.eclipse.boot.core,
|
||||
org.springframework.ide.eclipse.boot.core.cli,
|
||||
|
||||
Reference in New Issue
Block a user