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
When running ./gradlew help --scan the Build Scan reports task spotlessInternalRegisterDependencies is configured. Gradle's task configuration avoidance feature should be used so it's only configured when needed.
Affects spotless on main branch. The problem was introduced by #1039, thanks to get() call here: