Search Gradle plugins

Version 1.3.2 (latest)

1.3.2

Created 21 November 2024.

Coverage Report Aggregator Plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("gov.tak.gradle.plugins.coverage-report-aggregator") version "1.3.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gov.tak.gradle.plugins:coverage-report-aggregation-plugin:1.3.2")
      }
    }
    
    apply(plugin = "gov.tak.gradle.plugins.coverage-report-aggregator")
  • Applying plugins to all subprojects .