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/
Version 1.7
1.7
Created 03 November 2020.
Seamless JavaScript development with Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("ee.keel.gradle.JsToolkitBasePlugin") version "1.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ee.keel.gradle:jstoolkit:1.7") } } apply(plugin = "ee.keel.gradle.JsToolkitBasePlugin")
- Applying plugins to all subprojects .