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
The following warning gets logged with --warning-mode all:
Task :documentation:gitPublishReset
Build service 'git-publish-main-grgit' is being used by task ':documentation:gitPublishReset' without the corresponding declaration via 'Task#usesService'. This behavior has been deprecated. This will fail with an error in Gradle 9.0. Declare the association between the task and the build service using 'Task#usesService'. Consult the upgrading guide for further information: https://docs.gradle.org/8.6-rc-2/userguide/upgrading_version_7.html#undeclared_build_service_usage
Task :documentation:gitPublishCopy
Task :documentation:gitPublishCommit
Build service 'git-publish-main-grgit' is being used by task ':documentation:gitPublishCommit' without the corresponding declaration via 'Task#usesService'. This behavior has been deprecated. This will fail with an error in Gradle 9.0. Declare the association between the task and the build service using 'Task#usesService'. Consult the upgrading guide for further information: https://docs.gradle.org/8.6-rc-2/userguide/upgrading_version_7.html#undeclared_build_service_usage
Task :documentation:gitPublishPush
Build service 'git-publish-main-grgit' is being used by task ':documentation:gitPublishPush' without the corresponding declaration via 'Task#usesService'. This behavior has been deprecated. This will fail with an error in Gradle 9.0. Declare the association between the task and the build service using 'Task#usesService'. Consult the upgrading guide for further information: https://docs.gradle.org/8.6-rc-2/userguide/upgrading_version_7.html#undeclared_build_service_usage
The text was updated successfully, but these errors were encountered:
With stable configuration cache enabled in settings:
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
The following warning gets logged with
--warning-mode all
:The text was updated successfully, but these errors were encountered: