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