Skip to content

Commit

Permalink
Fixed java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 26, 2021
1 parent 8b03c83 commit 8d514a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>9</source>
<target>9</target>
<source>11</source>
<target>11</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
Expand All @@ -74,8 +74,8 @@
<!-- <disableAppInsights></disableAppInsights> -->
<runtime>
<!-- runtime os, could be windows, linux or docker-->
<os>windows</os>
<javaVersion>8</javaVersion>
<os>linux</os>
<javaVersion>11</javaVersion>
</runtime>
<appSettings>
<property>
Expand Down

0 comments on commit 8d514a4

Please sign in to comment.