Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cdstar
cdstar
Commits
834f56b0
Commit
834f56b0
authored
Mar 18, 2021
by
mhellka
Browse files
Switch to Java 11 compiler base
parent
cd46f56e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
834f56b0
...
...
@@ -61,8 +61,8 @@
<dependency.locations.enabled>
false
</dependency.locations.enabled>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<maven.compiler.source>
1
.8
</maven.compiler.source>
<maven.compiler.target>
1
.8
</maven.compiler.target>
<maven.compiler.source>
1
1
</maven.compiler.source>
<maven.compiler.target>
1
1
</maven.compiler.target>
<maven.compiler.showWarnings>
true
</maven.compiler.showWarnings>
<maven.compiler.showDeprecation>
true
</maven.compiler.showDeprecation>
</properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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