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 "3.5.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:jsass-plugin:3.5.4") } } apply(plugin = "io.freefair.jsass-webjars")
- Applying plugins to all subprojects .