Skip to content

Commit

Permalink
Use maven.compiler.release to support java 8.
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Mar 5, 2024
1 parent 957512c commit ef3fdf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cf-browser/pom.xml
Expand Up @@ -18,6 +18,7 @@
<assembly.mainClass>org.eclipse.californium.tools.GUIClientFX</assembly.mainClass>
<!-- Lambdas make code much cleaner -->
<project.build.javaVersion>1.8</project.build.javaVersion>
<maven.compiler.release>8</maven.compiler.release>
</properties>

<dependencies>
Expand Down Expand Up @@ -92,6 +93,9 @@
<name>useToolchain</name>
</property>
</activation>
<properties>
<maven.compiler.release></maven.compiler.release>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit ef3fdf4

Please sign in to comment.