We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34ee0f commit 8f6b829Copy full SHA for 8f6b829
APIJSONORM/pom.xml
@@ -15,6 +15,8 @@
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17
<java.version>17</java.version>
18
+ <maven.compiler.source>17</maven.compiler.source>
19
+ <maven.compiler.target>17</maven.compiler.target>
20
</properties>
21
22
<dependencies>
0 commit comments