-
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
Unable to build jar: Cannot convert the provided notation to a File or URI: java.io.BufferedWriter@ #34
Comments
I am also facing the same issue, with latest gradle 4.2. |
Ditto... I'm going to give shadow a try instead.... https://github.com/johnrengelman/shadow |
I just use the java plugin it works pretty well |
Confirmed as issue for gradle 4.8.1. |
the missing stack trace is:
|
this commit in a fork fixes this issue: already in pull request #32 |
To include your own local copy of the fixed plugin into your gradle build, see here: buildscript{
repositories{
...
}
dependencies{
classpath files('relative/path/to/plugin.jar')
}
}
apply plugin: fully.qualified.package.PluginClassName |
Any hope for new release including the provided pull request #32? It is like 3 months already and still no official release... |
Same error, fix it already plz |
theres any known workaround for this ? |
I've forked one-jar into https://github.com/nsoft/uno-jar and provided a gradle task. Let me know if something isn't working. |
… to avoid [this](rholder/gradle-one-jar#34) issue
… to avoid [this](rholder/gradle-one-jar#34) issue
… to avoid [this](rholder/gradle-one-jar#34) issue
… to avoid [this](rholder/gradle-one-jar#34) issue
I have the same issue. |
I am trying to build a jar, so i followed the instructions but every-time i run the task i get this error. I'm i missing something in the build.gradle file?
Execution failed for task ':awesomeFunJar'.
My build.gradle is:
The text was updated successfully, but these errors were encountered: