io.github.turansky.kfc.npm-build
所有者: 维克托·图兰斯基
为 Kotlin/JS 预定义 npm 任务
https://github.com/turansky/kfc-plugins
来源: https://github.com/turansky/kfc-plugins
使用 插件 DSL
plugins {
id("io.github.turansky.kfc.npm-build") version "5.124.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.turansky.kfc:kfc-gradle-plugin:5.124.0")
}
}
apply(plugin = "io.github.turansky.kfc.npm-build")