ee.keel.gradle.JsToolkitPlugin
Owner: Lauri Keel
Seamless JavaScript development with Gradle
https://github.com/siilike/gradle-toolkits
Sources: https://github.com/siilike/gradle-javascript-toolkit/
Add this plugin to your build using the plugins DSL:
plugins {
id("ee.keel.gradle.JsToolkitPlugin") version "1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ee.keel.gradle:jstoolkit:1.2") } } apply(plugin = "ee.keel.gradle.JsToolkitPlugin")
- Applying plugins to all subprojects .