com.github.lookout.service-artifact
Owner: Lookout Engineering
Gradle plugin for building a prim and proper Lookout service artifact
https://github.com/lookout/service-artifact-gradle-plugin
Sources: https://github.com/lookout/service-artifact-gradle-plugin
Version 0.4.4
0.4.4
Created 16 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.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.lookout:service-artifact-plugin:0.4.4") } } apply(plugin = "com.github.lookout.service-artifact")
- Applying plugins to all subprojects .