Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Georgii Aksenov
2021-pb162-seminar-project
Commits
313906fe
Commit
313906fe
authored
Mar 25, 2021
by
Radek Ošlejšek
Browse files
Fixed configuration
(cherry picked from commit 2d794bd23912b20d0848cb3382ee8c3c47b1ec9c)
parent
151c240b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
313906fe
image
:
maven:
latest
image
:
maven:
3-jdk-11
build
:
script
:
...
...
pom.xml
View file @
313906fe
...
...
@@ -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>
1
1
</maven.compiler.source>
<maven.compiler.target>
1
1
</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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment