diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-06-27 19:47:19 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-06-27 19:47:19 +0100 |
| commit | 465ed2b7568fbabfbcde0868d253dd10d5a6a23c (patch) | |
| tree | 2137422352198356e73c0d4c9423b6e2fb6bb71a /pom.xml | |
| parent | 9c2421d317068021c64a42be9f785e5ec73afd43 (diff) | |
Set Java version to 25
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,8 +140,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.11.0</version> <configuration> - <source>21</source> - <target>21</target> + <source>25</source> + <target>25</target> </configuration> </plugin> <plugin> |
