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 3.0.0-alpha.3
3.0.0-alpha.3
Created 18 June 2023.
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 "3.0.0-alpha.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.ysb33r.gradle:gradletest:3.0.0-alpha.3") } } apply(plugin = "org.ysb33r.gradletest")
- Applying plugins to all subprojects .