Skip to content

Instantly share code, notes, and snippets.

@MyDogTom
Created March 21, 2020 16:07
Show Gist options
  • Save MyDogTom/7895754684f834e98ad9676d0086f7ab to your computer and use it in GitHub Desktop.
Save MyDogTom/7895754684f834e98ad9676d0086f7ab to your computer and use it in GitHub Desktop.
Configure Talaiot article. ProjectFolderMetric implementation
class ProjectFolderMetric : GradleMetric<String>(
provider = { it.rootDir.absolutePath },
assigner = { report, value -> report.customProperties.buildProperties["projectFolder"] = value }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment