Bump to java 17 (micronaut dependency)
This commit is contained in:
parent
1678eadac2
commit
8043c3eb6d
8 changed files with 27 additions and 36 deletions
4
pom.xml
4
pom.xml
|
@ -62,8 +62,8 @@
|
|||
<!-- ============================== Build ================================ -->
|
||||
<!-- ===================================================================== -->
|
||||
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- ============================= Versions ============================== -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue