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

Fix trivial Gradle deprecations #2018

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

beatbrot
Copy link

This PR fixes some trivial Gradle deprecations.

Imo, there is potential for further work in the Gradle Build of Spock like removing other deprecations or getting ready for configuration cache. But for now, this is a nice and simple fix for some of the deprecations.

This warning appears due to the project name of "build-logic" being
inferred from its directory name.
Gradle correctly points out that this can lead to cache issues but
fails to realize that the directory name is part of the git
repository and therefore is unlikely to change.

Specifying the project name explicitely fixes this warning.
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

Successfully merging this pull request may close these issues.

1 participant