aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2023-04-09 19:02:22 +0200
committerJulien Gouesse <[email protected]>2023-04-09 19:02:22 +0200
commit3db72c446c98dc988985d90b28cb464953a6e55b (patch)
tree73cc617af80d778a14527214c692ed48d92c9370
parent958e66c082c2477278a8c1ceb8d8e0b864083216 (diff)
Uses Java 19 in the Maven build too
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d95e055..5ae9daf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <release>20</release>
+ <release>19</release>
</configuration>
</plugin>
<plugin>