com.github.mictaege.jitter.plugin.CriticalTermsCfg.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jitter-plugin Show documentation
Show all versions of jitter-plugin Show documentation
The jitter-plugin is a Gradle plugin to build and distribute different flavours of an application from a single source base.
package com.github.mictaege.jitter.plugin
import groovy.transform.Canonical
@Canonical
class CriticalTermsCfg {
def patterns = []
def includes = ['generated-sources/spoon/**', 'resources/**']
def excludes = ['**/*.jpg', '**/*.jpeg', '**/*.png', '**/*.gif', '**/*.tif', '**/*.ico', '**/*.zip', '**/*.tar', '**/*.gz', '**/*.jar', '**/*.war', '**/*.ear']
int sizeLimitKb = 250
}