All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fgiannesini.libsass.gradle.plugin.extension.PluginMode Maven / Gradle / Ivy

There is a newer version: 1.4
Show newest version
package com.github.fgiannesini.libsass.gradle.plugin.extension;

/**
 * Plugin modes for build type
 */
public enum PluginMode {

	DEVELOPPEMENT,

	PRODUCTION
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy