Search Gradle plugins

Version 0.0.8.3 (latest)

0.0.8.3

Created 31 October 2021.

A Karate-gradle runner

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.prspal.karate-runner") version "0.0.8.3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.github.prspal:gradle-karate-runner:0.0.8.3")
      }
    }
    
    apply(plugin = "com.github.prspal.karate-runner")
  • Applying plugins to all subprojects .