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
Gradle build task jar is already depended by dist and included in build, so there is no need to excute it.
jar
dist
build
Remove task jar from compilation commands.
The text was updated successfully, but these errors were encountered:
[ISSUE #4705] Remove redundant Gradle build task 'jar' (#4706)
8eb3d45
* remove task jar * Supplement 'remove task jar' * http to https
Successfully merging a pull request may close this issue.
Search before asking
Enhancement Request
Gradle build task
jar
is already depended bydist
and included inbuild
, so there is no need to excute it.Describe the solution you'd like
Remove task
jar
from compilation commands.Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: