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

Update to Java 6 as minimum requirement #71

Merged
merged 3 commits into from
Sep 9, 2015
Merged

Conversation

uschindler
Copy link
Member

In preparation to updating the Gradle Plugin for Gradle 2.x we should rely on minimum Java 6. Java 5 is now really dead.

@uschindler uschindler added the task label Sep 9, 2015
@uschindler uschindler added this to the 2.0 milestone Sep 9, 2015
@uschindler uschindler self-assigned this Sep 9, 2015
@rjernst
Copy link
Contributor

rjernst commented Sep 9, 2015

Great, +1!

@uschindler
Copy link
Member Author

There was a small issue with JARJAR: On Maven was only version 1.3, but this had a bug with Java 6 class files (https://code.google.com/p/jarjar/issues/detail?id=20), fixed in 1.4. But this one was missing in Maven Central.

I use the class files from Maven's JARJAR plugin, which also works with Java 8+. This is a fork and maintained. I only need to add ASM 5 to classpath for build tools.

uschindler added a commit that referenced this pull request Sep 9, 2015
Update to Java 6 as minimum requirement
@uschindler uschindler merged commit ce68de7 into master Sep 9, 2015
@uschindler uschindler deleted the features/Java6 branch September 9, 2015 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants