Skip to content
Snippets Groups Projects
Commit b31d7d4d authored by Lene Wasskog's avatar Lene Wasskog
Browse files

build: Change source and target to 17

parent f3555260
No related branches found
No related tags found
1 merge request!154Merge all Wildfly 26 compatible updates into develop
...@@ -326,8 +326,8 @@ ...@@ -326,8 +326,8 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version> <version>3.8.1</version>
<configuration> <configuration>
<source>11</source> <source>17</source>
<target>11</target> <target>17</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