diff options
author | Julien Gouesse <[email protected]> | 2023-04-09 19:02:22 +0200 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2023-04-09 19:02:22 +0200 |
commit | 3db72c446c98dc988985d90b28cb464953a6e55b (patch) | |
tree | 73cc617af80d778a14527214c692ed48d92c9370 | |
parent | 958e66c082c2477278a8c1ceb8d8e0b864083216 (diff) |
Uses Java 19 in the Maven build too
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |