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 1.0-beta9
1.0-beta9
Created 25 May 2017.
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 "1.0-beta9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.ysb33r.gradle:gradletest:1.0-beta9") } } apply(plugin = "org.ysb33r.gradletest")
- Applying plugins to all subprojects .