-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
21 lines (21 loc) · 965 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
group = org.codehaus.griffon.plugins
version = 2.0.0
pluginBaseName = griffon-lookandfeel
griffonVersion = 2.12.0
griffonPlugin = true
publishJars = false
sourceCompatibility = 1.7
targetCompatibility = 1.7
projectDescription = Griffon Lookandfeel Plugin
projectInceptionYear = 2014
projectWebsiteUrl = http://griffon-plugins.github.io/griffon-lookandfeel-plugin
projectIssueTrackerUrl = https://github.com/griffon-plugins/griffon-lookandfeel-plugin/issues
projectVcsUrl = https://github.com/griffon-plugins/griffon-lookandfeel-plugin
javadocFooter = Copyright © 2014-2017 Andres Almiray. All rights reserved.
projectLabels = griffon,plugin,lookandfeel
jacocoVersion = 0.7.9
groovyVersion = 2.4.12
spockVersion = 1.1-groovy-2.4
cglibVersion = 3.2.5
slf4jVersion = 1.7.25
junitVersion = 4.12