Commit 313906fe authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Fixed configuration

(cherry picked from commit 2d794bd23912b20d0848cb3382ee8c3c47b1ec9c)
parent 151c240b
image: maven:latest
image: maven:3-jdk-11
build:
script:
......
......@@ -11,9 +11,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.maven.plugin.checkstyle>2.17</version.maven.plugin.checkstyle>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<version.maven.plugin.checkstyle>3.0.0</version.maven.plugin.checkstyle>
<version.plugin.checkstyle>8.5</version.plugin.checkstyle>
<version.plugin.source>2.4</version.plugin.source>
<version.junit>4.12</version.junit>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment