Search Gradle plugins

Version 0.1.0

0.1.0

Created 04 September 2016.

Vaadin SASS compiler plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("name.mazgalov.vaadin.sass.compiler") version "0.1.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.name.mazgalov:gradle-sass-vaadin-compiler:0.1.0")
      }
    }
    
    apply(plugin = "name.mazgalov.vaadin.sass.compiler")
  • Applying plugins to all subprojects .