-
Notifications
You must be signed in to change notification settings - Fork 51
Regression in 0.9.0: Gradle deprecated configuration usage #716
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
Merged
1 task
TWiStErRob
added a commit
to TWiStErRob/net.twisterrob.gradle
that referenced
this issue
Dec 21, 2024
shanshin
added a commit
that referenced
this issue
Jan 2, 2025
Previously parent directory hasn't been creating for an arguments file Fixes #716
shanshin
added a commit
that referenced
this issue
Jan 2, 2025
`attributes` block shouldn't be used in dependency configurations Fixes #716
Fixed in |
Thanks! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Errors
(Gradle warning mode = fail)
Expected behavior
Works as before (i.e. 0.8.3).
Reproducer
gradlew
Workaround
None known. Obviously the warning-mode=fail can be disabled, but that's loss of wanted functionality.
Fix
I think it might be as simple as declaring the configuration as resolvable() or consumable(), see https://docs.gradle.org/current/userguide/declaring_configurations.html#sec:resolvable-consumable-configs for more details.
Reports
Full stacktrace on Gradle 8.8
Environment
The text was updated successfully, but these errors were encountered: