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