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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new Java version style "6.0" instead of "1.6" #81

Merged
merged 1 commit into from
Oct 12, 2015

Conversation

uschindler
Copy link
Member

With Javac, you can currently also use the "new" version style "6.0" instead of "1.6". Currenbtly this would lead to a parse failure when loading bundled signatures.

This patch adds support for the new version style (which will get the default from Java 9+). Internally the new version numbers are rewritten to old format.

@uschindler uschindler added this to the 2.1 milestone Oct 12, 2015
@uschindler uschindler self-assigned this Oct 12, 2015
uschindler added a commit that referenced this pull request Oct 12, 2015
…rmat

Add support for new Java version style "6.0" instead of "1.6"
@uschindler uschindler merged commit 2c1676b into master Oct 12, 2015
@uschindler uschindler deleted the features/newJavaVersionFormat branch October 12, 2015 22:25
uschindler added a commit that referenced this pull request May 22, 2016
Add support for targetVersion in Ant task. This closes #101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant