-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
27 lines (21 loc) · 1.09 KB
/
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
GROUP=com.jaredsburrows
VERSION_NAME=0.2.3-SNAPSHOT
POM_NAME=Gradle Checker Framework Plugin
POM_ARTIFACT_ID=gradle-checker-framework-plugin
POM_DESCRIPTION=Gradle plugin to use the Checker Framework for Java.
POM_PACKAGING=jar
POM_URL=https://github.com/jaredsburrows/gradle-checker-framework-plugin
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/jaredsburrows/gradle-checker-framework-plugin/issues
POM_SCM_URL=https://github.com/jaredsburrows/gradle-checker-framework-plugin
POM_SCM_CONNECTION=scm:git:git://github.com/jaredsburrows/gradle-checker-framework-plugin.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/jaredsburrows/gradle-checker-framework-plugin.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=jaredsburrows
POM_DEVELOPER_NAME=Jared Burrows
BINTRAY_GITHUB_REPO=jaredsburrows/gradle-checker-framework-plugin
PLUGIN_NAME=com.jaredsburrows.checkerframework
PLUGIN_NAME_CLASS=com.jaredsburrows.checkerframework.CheckerPlugin