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
dCache
nfs4j
Commits
8f886a8c
Commit
8f886a8c
authored
Jul 08, 2020
by
Tigran Mkrtchyan
☕
Browse files
pom: require java11
time to move on ... Acked-by: Lea Morschel Target: master
parent
8ce08c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
8f886a8c
...
...
@@ -45,6 +45,7 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
11
</java.version>
</properties>
<build>
...
...
@@ -61,12 +62,13 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.
7.0
</version>
<version>
3.
8.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
<showDeprecation>
true
</showDeprecation>
<encoding>
UTF-8
</encoding>
<release>
${java.version}
</release>
<!-- without forking compilation happens in the
same process, so no arguments are applied -->
<fork>
true
</fork>
</configuration>
</plugin>
<plugin>
...
...
Write
Preview
Supports
Markdown
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