Skip to content

Commit 8d514a4

Browse files
committed
Fixed java versions
1 parent 8b03c83 commit 8d514a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<artifactId>maven-compiler-plugin</artifactId>
4848
<version>3.8.1</version>
4949
<configuration>
50-
<source>9</source>
51-
<target>9</target>
50+
<source>11</source>
51+
<target>11</target>
5252
<encoding>${project.build.sourceEncoding}</encoding>
5353
</configuration>
5454
</plugin>
@@ -74,8 +74,8 @@
7474
<!-- <disableAppInsights></disableAppInsights> -->
7575
<runtime>
7676
<!-- runtime os, could be windows, linux or docker-->
77-
<os>windows</os>
78-
<javaVersion>8</javaVersion>
77+
<os>linux</os>
78+
<javaVersion>11</javaVersion>
7979
</runtime>
8080
<appSettings>
8181
<property>

0 commit comments

Comments
 (0)