Skip to content

Commit

Permalink
docs(sample): use Java 8 for native image sample (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Mar 18, 2022
1 parent af2b364 commit 2d5c010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/native-image-sample/pom.xml
Expand Up @@ -20,8 +20,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</parent>

<properties>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 2d5c010

Please sign in to comment.