Search Gradle plugins

io.testery

Owner: Testery

Plugin for interacting with Testery from Gradle

http://testery.io/

Sources: https://github.com/testery/gradle-plugin

Version 1.2

1.2

Created 03 March 2021.

Plugin for interacting with Testery from Gradle

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.testery") version "1.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.io.testery:gradle-plugin:1.2")
      }
    }
    
    apply(plugin = "io.testery")
  • Applying plugins to all subprojects .