Search Gradle plugins

Version 0.4.3

0.4.3

Created 14 October 2015.

Gradle plugin for building a prim and proper Lookout service artifact

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.lookout.service-artifact") version "0.4.3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.github.lookout:service-artifact-plugin:0.4.3")
      }
    }
    
    apply(plugin = "com.github.lookout.service-artifact")
  • Applying plugins to all subprojects .