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

com.jzbrooks.vgo.plugin.VgoPluginExtension.kt Maven / Gradle / Ivy

Go to download

vgo is a gradle plugin for optimizing vector artwork files that helps ensure a compact representation without compromising quality.

The newest version!
package com.jzbrooks.vgo.plugin

import org.gradle.api.file.FileTree

open class VgoPluginExtension {
    var inputs: FileTree? = null
    var outputs: FileTree? = inputs
    var showStatistics = true
    var format = OutputFormat.UNCHANGED
    var indent: Byte = 0
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy