Slackbot
10/05/2023, 8:26 PMRené
10/05/2023, 8:27 PMAdam
10/05/2023, 9:46 PMproviders.provider { rootProject.name }
- and you'll have to @Inject
a ProvidersFactory
instance if necessaryAdam
10/05/2023, 9:47 PMVampire
10/06/2023, 2:00 PMString
you just cannot access rootProject.name
at execution time. Access it at configuration time to set some property of the task for example and it should be fine I think.René
10/06/2023, 8:10 PM