io.specgen.gradle
Owner: Specgen Automation
A plugin that integrates specgen tool into the Gradle build process.
https://github.com/specgen-io/specgen
Sources: https://github.com/specgen-io/specgen.git
Version 2.0.494
2.0.494
Created 25 August 2021.
A plugin that integrates specgen tool into the Gradle build process.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.specgen.gradle") version "2.0.494"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.specgen:specgen-gradle-plugin:2.0.494") } } apply(plugin = "io.specgen.gradle")
- Applying plugins to all subprojects .