Skip to content

Commit 2d5c010

Browse files
authored
docs(sample): use Java 8 for native image sample (#1060)
1 parent af2b364 commit 2d5c010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/native-image-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
</parent>
2121

2222
<properties>
23-
<maven.compiler.target>11</maven.compiler.target>
24-
<maven.compiler.source>11</maven.compiler.source>
23+
<maven.compiler.target>1.8</maven.compiler.target>
24+
<maven.compiler.source>1.8</maven.compiler.source>
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
</properties>
2727

0 commit comments

Comments
 (0)