com.github.jlouns.cpe
所有者: Jonathan Lounsbury
Gradle插件,它提供一项在基于Unix或Windows的系统上运行的exec任务。
https://github.com/jlouns/gradle-cross-platform-exec-plugin
使用插件DSL
plugins {
id("com.github.jlouns.cpe") version "0.5.0"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.jlouns:gradle-cross-platform-exec-plugin:0.5.0")
}
}
apply(plugin = "com.github.jlouns.cpe")