io.freefair.jsass-webjars
Owner: Lars Grefer
Webjars dependency support
https://docs.freefair.io/gradle-plugins/6.5.0.2/reference/
Sources: https://github.com/freefair/gradle-plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("io.freefair.jsass-webjars") version "5.0.0-rc2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:jsass-plugin:5.0.0-rc2") } } apply(plugin = "io.freefair.jsass-webjars")
- Applying plugins to all subprojects .