io.testery
Owner: Testery
Plugin for interacting with Testery from Gradle
Sources: https://github.com/testery/gradle-plugin
Version 1.3
1.3
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.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.testery:gradle-plugin:1.3") } } apply(plugin = "io.testery")
- Applying plugins to all subprojects .