Bump to java 17 (micronaut dependency)
This commit is contained in:
parent
ea7aa1ab16
commit
6de0f02d59
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