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

Execution optimizations have been disabled for shadowJar and reobfShadowJar task #151

Open
poqdavid opened this issue May 15, 2022 · 2 comments

Comments

@poqdavid
Copy link

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

@Bastian
Copy link
Owner

Bastian commented May 18, 2022

Probably related to GradleUp/shadow#713

@poqdavid
Copy link
Author

Yap, I managed to sort it out just now by adding tasks.shadowJar.dependsOn('reobfJar')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants