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

Manifest.writeTo(Writer) is deprecated and is removed in Gradle 4.0 #31

Open
olisikh opened this issue Jun 30, 2017 · 3 comments
Open

Comments

@olisikh
Copy link

olisikh commented Jun 30, 2017

In Gradle 4.0 method of Manifest interface DefaultManifest writeTo(Writer writer) is removed making this plugin incompatible with it.

A method org.gradle.api.java.archives.Manifest writeTo(Object path) could be used instead.

@olisikh
Copy link
Author

olisikh commented Jul 10, 2017

Associated pull-request #32

@sebastienvermeille
Copy link

sebastienvermeille commented Aug 8, 2017

👍 merge it or we will fork next week.

@nsoft
Copy link

nsoft commented Aug 9, 2017

is this the reason for

Cannot convert the provided notation to a File or URI: java.io.BufferedWriter@2a8b7f7e.
The following types/formats are supported:
  - A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
  - A String or CharSequence URI, for example 'file:/usr/include'.
  - A File instance.
  - A Path instance.
  - A URI or URL instance.

in 4.0?

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

No branches or pull requests

3 participants