Search Gradle plugins

io.whiteley.luke.tdl

Reflects Gradle test results (Red/Green) in a given Philips Hue room

https://github.com/lawhiteley/tdl

Sources: https://github.com/lawhiteley/tdl

Version 1.0.0 (latest)

1.0.0

Created 22 March 2020.

Reflects Gradle test results (Red/Green) in a given Philips Hue room

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.whiteley.luke.tdl") version "1.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.whiteley.luke:tdl:1.0.0")
      }
    }
    
    apply(plugin = "io.whiteley.luke.tdl")
  • Applying plugins to all subprojects .