Skip to content
New issue

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

Some deprecation warnings when building with gradlew #24

Open
barrybecker4 opened this issue Jan 21, 2018 · 0 comments
Open

Some deprecation warnings when building with gradlew #24

barrybecker4 opened this issue Jan 21, 2018 · 0 comments

Comments

@barrybecker4
Copy link
Contributor

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.
@barrybecker4 barrybecker4 changed the title Some deprecation warnings when building with gradlww Some deprecation warnings when building with gradlew Jan 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants