Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code updated for older JVM support #1

Merged
merged 1 commit into from
Jul 12, 2016
Merged

Code updated for older JVM support #1

merged 1 commit into from
Jul 12, 2016

Conversation

cereda
Copy link
Collaborator

@cereda cereda commented Jul 12, 2016

I took the liberty of updating the code for older JVM support, starting from Java 5.

  • Added -source 1.5 and -target 1.5 to the javac invocation
  • Removed isEmpty(String), as it was included in Java 6, replaced by "".equals(String)
  • Tested with an old Java 5 binary, seems to work 馃槈

Quack! 馃巵

@cereda cereda merged commit b821c8e into nlct:master Jul 12, 2016
@nlct
Copy link
Owner

nlct commented Jul 12, 2016

Thank you 馃槃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants