mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-17 04:17:06 +01:00
pom.xml: compile for Java 11
New as of JDK 9: > The --release option ensures that the code is compiled following the rules of the programming language of the specified release, and that generated classes target the release as well as the public API of that release. This means that, unlike the -source and -target options, the compiler will detect and generate an error when using APIs that don't exist in previous releases of Java SE. Also, as of DSpace 7 we the minimum JDK is 11 anyway. See: https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html
This commit is contained in:
parent
2fb8d274c9
commit
0c35e81362
Loading…
Reference in New Issue
Block a user