com.github.jishida.shellscript
Owner: ishida
A gradle plugin to run shell scripts on multi-platforms.
https://github.com/jishida/gradle-shell-script-plugin
Sources: https://github.com/jishida/gradle-shell-script-plugin
Version 0.1-SNAPSHOT
0.1-SNAPSHOT
Created 09 November 2016.
A gradle plugin to run shell scripts on multi-platforms.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.jishida.shellscript") version "0.1-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.jishida.gradle:gradle-shell-script-plugin:0.1-SNAPSHOT") } } apply(plugin = "com.github.jishida.shellscript")
- Applying plugins to all subprojects .