-
Notifications
You must be signed in to change notification settings - Fork 253
/
gradle.properties
31 lines (23 loc) · 1.01 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
28
29
30
31
GROUP=com.getkeepsafe.dexcount
VERSION_NAME=4.0.1-SNAPSHOT
POM_ARTIFACT_ID=dexcount-gradle-plugin
POM_NAME=Dexcount Gradle Plugin
POM_PACKAGING=jar
POM_DESCRIPTION=A Gradle plugin for counting methods in an .apk
POM_INCEPTION_YEAR=2015
POM_URL=https://github.com/KeepSafe/dexcount-gradle-plugin/
POM_SCM_URL=https://github.com/KeepSafe/dexcount-gradle-plugin/
POM_SCM_CONNECTION=scm:git:git://github.com/KeepSafe/dexcount-gradle-plugin.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/KeepSafe/dexcount-gradle-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=keepsafe
POM_DEVELOPER_NAME=KeepSafe Software, Inc.
RELEASE_SIGNING_ENABLED=true
SONATYPE_HOST=DEFAULT
org.gradle.caching=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m
# Affects the ben-manes versions plugin's resolution strategy.
# Default is "milestone", we only want to hear about release versions.
systemProp.revision=release