Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify maven.compiler.release version
Use `maven.compiler.release` to avoid runtime issue (see ASSERT-KTH#25). As `maven.compiler.release` lead to the usage of `-release` `javac` option. Removed `maven.compiler.source` and `maven.compiler.target` that are no longer useful. Important: project cannot be build anymore with Java 8 because `javac` version 8 does not support `--release` option added by Maven property `maven.compiler.release`.
- Loading branch information