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