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
I have applied the application plugin to my build script and set the mainClassName correctly, however as of version 1.0.0 the manifest is not created at all. So there is only an empty META-INF folder in the resulting JAR file.
Also, if I try to run the generated JAR it tells me the following:
Error: Invalid or corrupt jarfile GradleTest-1.0-all.jar
I have applied the
application
plugin to my build script and set themainClassName
correctly, however as of version 1.0.0 the manifest is not created at all. So there is only an emptyMETA-INF
folder in the resulting JAR file.Also, if I try to run the generated JAR it tells me the following:
I don't know if this is caused by the missing manifest or something else. Maybe I just configured the plugin wrong?
https://github.com/Minecrell/GradleTest
The text was updated successfully, but these errors were encountered: