We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please check the User Guide before submitting "how do I do 'x'?" questions!
6.1.0
7.0
shadowJar recognises the new mainClass property (replaces the old mainClassName string field) and uses it appropriately
shadowJar
mainClass
mainClassName
shadowJar errors out because it can't find the value for the mainClassName property
https://pastebin.com/TJWFV78p (you can see if I comment out the old property and set the new property, it doesn't work)
jar tf <jar file>
N/A
The text was updated successfully, but these errors were encountered:
@BomBardyGamer - this is a duplicate of #645, #631, #609, #612.
Sorry, something went wrong.
No branches or pull requests
Please check the User Guide before submitting "how do I do 'x'?" questions!
Shadow Version
6.1.0
Gradle Version
7.0
Expected Behavior
shadowJar
recognises the newmainClass
property (replaces the oldmainClassName
string field) and uses it appropriatelyActual Behavior
shadowJar
errors out because it can't find the value for themainClassName
propertyGradle Build Script(s)
https://pastebin.com/TJWFV78p (you can see if I comment out the old property and set the new property, it doesn't work)
Content of Shadow JAR (
jar tf <jar file>
- post link to GIST if too long)N/A
The text was updated successfully, but these errors were encountered: