Skip to content

Commit d0ff234

Browse files
committed
revert to j8
1 parent fabd394 commit d0ff234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

endpoints/getting-started/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</parent>
3434

3535
<properties>
36-
<maven.compiler.target>11</maven.compiler.target>
37-
<maven.compiler.source>11</maven.compiler.source>
36+
<maven.compiler.target>8</maven.compiler.target>
37+
<maven.compiler.source>8</maven.compiler.source>
3838

3939
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
4040
</properties>

0 commit comments

Comments
 (0)