com.jzbrooks.vgo.plugin.VgoPluginExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vgo-plugin Show documentation
Show all versions of vgo-plugin Show documentation
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