com.github.michaelruocco.gradle-postman-runner
Owner: Michael Ruocco
Gradle plugin to run postman
https://github.com/michaelruocco/gradle-postman-runner
Sources: https://github.com/michaelruocco/gradle-postman-runner.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.michaelruocco.gradle-postman-runner") version "0.1.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.michaelruocco:gradle-postman-runner:0.1.4") } } apply(plugin = "com.github.michaelruocco.gradle-postman-runner")
- Applying plugins to all subprojects .