org.ysb33r.gradletest
Owner: Schalk Cronjé
A plugin that helps you test your plugin against a variety of Gradle versions
https://ysb33rorg.gitlab.io/gradle/gradleTest
Sources: https://github.com/ysb33r/gradleTest.git
Version 2.0-alpha-4
2.0-alpha-4
Created 22 February 2018.
A plugin that helps you test your plugin against a variety of Gradle versions
Add this plugin to your build using the plugins DSL:
plugins {
id("org.ysb33r.gradletest") version "2.0-alpha-4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.ysb33r.gradle:gradletest:2.0-alpha-4") } } apply(plugin = "org.ysb33r.gradletest")
- Applying plugins to all subprojects .