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

Gradle tasks fail due to atomicfu-dependency-resolution-management being unresolved #496

Open
fzhinkin opened this issue Dec 18, 2024 · 1 comment

Comments

@fzhinkin
Copy link
Contributor

./gradlew tasks
Starting a Gradle Daemon (subsequent builds will be faster)
Calculating task graph as no cached configuration is available for tasks: tasks

FAILURE: Build failed with an exception.

* Where:
Settings file 'kotlinx-atomicfu/settings.gradle.kts' line: 7

* What went wrong:
Error resolving plugin [id: 'atomicfu-dependency-resolution-management']
> Cannot use Develocity build cache client without specifying Develocity server address.

As a workaround, Gradle cache could be disabled: -Dorg.gradle.caching=false.

@fzhinkin fzhinkin changed the title Gradle 'tasks' task fails due to atomicfu-dependency-resolution-management being unresolved Gradle tasks fail due to atomicfu-dependency-resolution-management being unresolved Dec 18, 2024
@fzhinkin
Copy link
Contributor Author

It seems like the problem is reproducible with arbitrary tasks:

./gradlew check
...
* What went wrong:
Error resolving plugin [id: 'atomicfu-dependency-resolution-management']
> Cannot use Develocity build cache client without specifying Develocity server address.

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

1 participant