-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
gradle.properties
executable file
·25 lines (19 loc) · 930 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
GROUP=com.vanniktech
VERSION_NAME=0.25.0-SNAPSHOT
POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
POM_NAME=Gradle Code Quality Tools Plugin
POM_PACKAGING=jar
POM_DESCRIPTION=Gradle plugin that generates Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject.
POM_INCEPTION_YEAR=2016
POM_URL=http://github.com/vanniktech/gradle-code-quality-tools-plugin/
POM_SCM_URL=http://github.com/vanniktech/gradle-code-quality-tools-plugin/
POM_SCM_CONNECTION=scm:git:git://github.com/vanniktech/gradle-code-quality-tools-plugin.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/vanniktech/gradle-code-quality-tools-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=vanniktech
POM_DEVELOPER_NAME=Niklas Baudy
SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true