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
I just updated my project and now it keeps giving me that warning, is this a bug from shadowJar task or my build script? And how I can fix it?
gradle.build: https://gist.github.com/poqdavid/c16e6f3ff66ec496cc574f4ca9dcd9d2#file-build-gradle log: https://gist.github.com/poqdavid/c16e6f3ff66ec496cc574f4ca9dcd9d2#file-log1-log
bStats Version: 3.0.0 Shadow Version: 7.1.2 Gradle Version: 7.4
The text was updated successfully, but these errors were encountered:
Probably related to GradleUp/shadow#713
Sorry, something went wrong.
Yap, I managed to sort it out just now by adding tasks.shadowJar.dependsOn('reobfJar')
tasks.shadowJar.dependsOn('reobfJar')
No branches or pull requests
I just updated my project and now it keeps giving me that warning, is this a bug from shadowJar task or my build script?
And how I can fix it?
gradle.build: https://gist.github.com/poqdavid/c16e6f3ff66ec496cc574f4ca9dcd9d2#file-build-gradle
log: https://gist.github.com/poqdavid/c16e6f3ff66ec496cc574f4ca9dcd9d2#file-log1-log
bStats Version: 3.0.0
Shadow Version: 7.1.2
Gradle Version: 7.4
The text was updated successfully, but these errors were encountered: