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 af2b364 commit 2d5c010Copy full SHA for 2d5c010
samples/native-image-sample/pom.xml
@@ -20,8 +20,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
20
</parent>
21
22
<properties>
23
- <maven.compiler.target>11</maven.compiler.target>
24
- <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
25
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
26
</properties>
27
0 commit comments