You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.The text was updated successfully, but these errors were encountered: