Closed Goooler closed 2 months ago
Hi, @Goooler. Thank you for your contribution.
Can you revert the changes to settings.gradle.kts
? For now, we've agreed as a team to keep with the eager APIs there. We will re-evaluate that decision once Gradle's remote build cache API migrates to using providers. Our preference is to use providers wherever possible, but it doesn't make sense to use providers.environmentVariable(...)
when calling .isPresent
immediately resolves it.
The changes in build.gradle.kts
look fine. 👌
Merged. Thanks again for your contribution @Goooler.
Follow up #298.