set java version to 11
This commit is contained in:
parent
42a2140e6e
commit
97d8eb73bf
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
## minimal Requirements
|
## minimal Requirements
|
||||||
|
|
||||||
- Java 8
|
- Java 11
|
||||||
- Maven 3
|
- Maven 3
|
||||||
- Tomcat 9
|
- Tomcat 9
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>11</java.version>
|
||||||
<checkstyle_file>checkstyle.xml</checkstyle_file>
|
<checkstyle_file>checkstyle.xml</checkstyle_file>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<sonar.sources>src/main</sonar.sources>
|
<sonar.sources>src/main</sonar.sources>
|
||||||
|
|
Loading…
Reference in New Issue