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

Fix: Bump Java version back down to 11

parent 5f8a8dad
Branches
Tags
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