Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use --release 8 during compilation (#304)
Motivation: We should use --release 8 during compilation to ensure we always end up with the correct java version that is required. Modifications: - Upgrade compiler plugin so the release flag is only used when compiling with java9+ - Specify release flag Result: Always end up with the correct bytecode
- Loading branch information