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
This is minor, but I noticed a couple of deprecation warnings when I built using "./gradlew build".
A problem was found with the configuration of task ':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'.
The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead.
:startShadowScripts
Using TaskInputs.file() with something that doesn't resolve to a File object has been deprecated and is scheduled to be removed in Gradle 5.0. Use TaskInputs.files() instead.
The text was updated successfully, but these errors were encountered:
barrybecker4
changed the title
Some deprecation warnings when building with gradlww
Some deprecation warnings when building with gradlew
Jan 21, 2018
This is minor, but I noticed a couple of deprecation warnings when I built using "./gradlew build".
The text was updated successfully, but these errors were encountered: