You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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.
The text was updated successfully, but these errors were encountered:
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
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.
As a workaround, Gradle cache could be disabled:
-Dorg.gradle.caching=false
.The text was updated successfully, but these errors were encountered: