com.janitovff.play-less
Use Less stylesheets with the Play! framework
http://github.com/jvff/play-less-gradle-plugin
Sources: http://github.com/jvff/play-less-gradle-plugin
Version 0.0.2 (latest)
0.0.2
Created 01 December 2016.
Use Less stylesheets with the Play! framework
Add this plugin to your build using the plugins DSL:
plugins {
id("com.janitovff.play-less") version "0.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.janitovff:play-less-gradle-plugin:0.0.2") } } apply(plugin = "com.janitovff.play-less")
- Applying plugins to all subprojects .