This is an automated email from the ASF dual-hosted git repository. tjwatson pushed a commit to branch scrR8 in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit c10742419e8b4b71713794aa522bb79aa91f0a13 Author: Thomas Watson <[email protected]> AuthorDate: Tue Jan 12 12:22:15 2021 -0600 Force Java 8 compiler --- scr/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scr/pom.xml b/scr/pom.xml index 729cd7e..2890720 100644 --- a/scr/pom.xml +++ b/scr/pom.xml @@ -78,6 +78,9 @@ ${bundle.build.name}/${project.build.finalName}.jar </bundle.file.name> <felix.ca.version>1.9.0</felix.ca.version> + <felix.java.version>8</felix.java.version> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> </properties>
