Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use source=7, target=1.7 for target Java version
Without this change the build otherwise emits the following warnings: ``` [javac] warning: [options] source value 6 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release ``` #243 (comment) also seems to indicate that in Java 12, source=6/target=1.6 will apparently become an error case rather than a warning case. Thanks @innovimax
- Loading branch information