Slackbot
10/03/2022, 9:19 PMVampire
10/04/2022, 1:38 AMwhile this works, it results in deprecation warnings about undeclared use of a build service, due to the service being hidden behind a providerI don't think that it is due to the service being hidden behind a provider. Even a direct property for the build service wouldn't help. All tasks that use the service must declare that with
usesService
.
In the past this was optional, but now it becomes mandatory and thus you get the deprecation warning.Chris Lee
10/04/2022, 1:39 AMusesServices
broadly.Chris Lee
10/04/2022, 1:40 AM