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.1.1632
2.1.1632
Created 18 April 2022.
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.1.1632"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.specgen:specgen-gradle-plugin:2.1.1632") } } apply(plugin = "io.specgen.gradle")
- Applying plugins to all subprojects .