usadellab / Trimmomatic

Other
208 stars 70 forks source link

robust fix: build error - old version unsupported #55

Closed vinarmelin closed 3 months ago

vinarmelin commented 11 months ago

Similarly to previous PRs #32 and #50, addresses issues with javac version compatibility in build.xml.

Instead of changing target and source (which could lead to issues with accidental later-JRE API usage, see this note in the Maven docs), uses the preferred release option released in JDK 9 (documentation here).