-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (22 loc) · 915 Bytes
/
Copy pathgradle.properties
File metadata and controls
29 lines (22 loc) · 915 Bytes
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
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g
org.gradle.parallel=true
org.gradle.tooling.parallel=true
########## Properties for publishing to Maven Central ##########
GROUP=com.jakewharton.diffuse
VERSION_NAME=0.4.0-SNAPSHOT
POM_DESCRIPTION=A utility for diffing APKs, AABs, AARs, and JARs.
POM_URL=https://github.com/JakeWharton/diffuse/
POM_SCM_URL=https://github.com/JakeWharton/diffuse/
POM_SCM_CONNECTION=scm:git:git://github.com/JakeWharton/diffuse.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/JakeWharton/diffuse.git
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=jakewharton
POM_DEVELOPER_NAME=Jake Wharton
mavenCentralPublishing=true
mavenCentralAutomaticPublishing=true
signAllPublications=true