-
Notifications
You must be signed in to change notification settings - Fork 41
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
Gradle 2.4 support #21
Comments
Hi, ext.sharedManifest = manifest { task myJar(type: OneJar) { My inspiration was chapter 22.14. Jar from: |
Thanks! It works for me as well, I just defined the manifest outside the task. |
I'm new to the issue and this solution that worked for others, doesn't seam to work here. As suggested by a colleague, I'm looking into ShadowJar now. (Bumping the issue as it's not resolved and didn't get much attention it seams.) |
Hi,
When trying to use the plugin with Gradle 2.4, I'm facing two issues:
Unfortunately for now, I haven't find what could be the problem for both (could it be related to the fact that the Jar class changed from Groovy to Java? for the second issue)
The text was updated successfully, but these errors were encountered: