Skip to content
Snippets Groups Projects
Commit d96dea16 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Back to Java v 11

parent 5f8a8dad
No related branches found
No related tags found
No related merge requests found
...@@ -139,8 +139,8 @@ ...@@ -139,8 +139,8 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version> <version>3.8.1</version>
<configuration> <configuration>
<source>17</source> <source>11</source>
<target>17</target> <target>11</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment