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
When running the gradle shadowJar task the following warning is output several times:
A problem was found with the configuration of task ':microtrader-audit:shadowJar'. Registering invalid inputs and outputs via TaskInputs and TaskOutputs methods has been deprecated and is scheduled to be removed in Gradle 5.0.
- No value has been specified for property 'mainClassName'.
This is related to an open issue with the shadowJar plugin - see GradleUp/shadow#336.
This issue does not affect functionality and will remain open until the upstream issue is resolved.
The text was updated successfully, but these errors were encountered:
When running the gradle
shadowJar
task the following warning is output several times:This is related to an open issue with the shadowJar plugin - see GradleUp/shadow#336.
This issue does not affect functionality and will remain open until the upstream issue is resolved.
The text was updated successfully, but these errors were encountered: