Skip to content
Snippets Groups Projects
Commit 24ccbadb authored by Piotr Gawron's avatar Piotr Gawron
Browse files

test checking compilation compatibility with java 11

parent 0e2e8e36
No related branches found
No related tags found
1 merge request!777Resolve "make code compatible with java 11"
...@@ -209,6 +209,17 @@ build_war: ...@@ -209,6 +209,17 @@ build_war:
- ant maven-build - ant maven-build
- cp web/target/web-1.0.war minerva.war - cp web/target/web-1.0.war minerva.war
java_11_compatibility:
image: maven:3.6-jdk-11
stage: test
script:
- apt-get update
- apt-get install -y curl gnupg git ant
- curl -sL https://deb.nodesource.com/setup_9.x | bash -
- apt-get install -y nodejs
- mvn clean install -DskipTests=true
dependency_conflict_check: dependency_conflict_check:
image: maven:3.6.0-jdk-8 image: maven:3.6.0-jdk-8
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment