Search Gradle plugins

Version 1.1.0 (latest)

1.1.0

Created 01 July 2017.

Integrate JMeter non-functional tests with CI/CD server

Add this plugin to your build using the plugins DSL:

plugins {
  id("uk.co.deliverymind.lightning") version "1.1.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.uk.co.deliverymind:lightning-gradle-plugin:1.1.0")
      }
    }
    
    apply(plugin = "uk.co.deliverymind.lightning")
  • Applying plugins to all subprojects .