Created
June 18, 2022 17:30
-
-
Save jonnycaley/732e22d113963903172dd1105917b10d to your computer and use it in GitHub Desktop.
BuildTimeLoggerPlugin - parsing cacheable values
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val buildReporterService = gradle.sharedServices.registerIfAbsent("build-reporter-service", BuildReporterService::class.java) { service -> | |
service.parameters.getBuildTaskNames().set(gradle.startParameter.taskNames.joinToString()) | |
service.parameters.getGradleVersion().set(gradle.gradleVersion) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment