ee.keel.gradle.JsToolkitBasePlugin
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.JsToolkitBasePlugin") version "3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ee.keel.gradle:gradle-toolkits:3.1") } } apply(plugin = "ee.keel.gradle.JsToolkitBasePlugin")
- Applying plugins to all subprojects .