-
Notifications
You must be signed in to change notification settings - Fork 27
/
gradle.properties
28 lines (21 loc) · 921 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
GROUP=com.jaredsburrows
VERSION_NAME=1.6.3-SNAPSHOT
POM_INCEPTION_YEAR=2017
POM_PACKAGING=jar
POM_URL=https://github.com/jaredsburrows/gradle-spoon-plugin
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/jaredsburrows/gradle-spoon-plugin/issues
POM_SCM_URL=https://github.com/jaredsburrows/gradle-spoon-plugin
POM_SCM_CONNECTION=scm:git:git://github.com/jaredsburrows/gradle-spoon-plugin.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/jaredsburrows/gradle-spoon-plugin.git
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=jaredsburrows
POM_DEVELOPER_NAME=Jared Burrows
POM_DEVELOPER_EMAIL=jaredsburrows@gmail.com
PLUGIN_NAME=com.jaredsburrows.spoon
PLUGIN_NAME_CLASS=com.jaredsburrows.spoon.SpoonPlugin