xref: /aosp_15_r20/external/leakcanary2/gradle.properties (revision d9e8da70d8c9df9a41d7848ae506fb3115cae6e6)
1GROUP=com.squareup.leakcanary
2VERSION_NAME=2.13
3
4POM_DESCRIPTION=LeakCanary
5POM_INCEPTION_YEAR=2015
6POM_URL=https://github.com/square/leakcanary/
7POM_SCM_URL=https://github.com/square/leakcanary/
8POM_SCM_CONNECTION=scm:git:https://github.com/square/leakcanary.git
9POM_SCM_DEV_CONNECTION=scm:git:[email protected]:square/leakcanary.git
10
11POM_LICENSE_NAME=The Apache Software License, Version 2.0
12POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
13POM_LICENSE_DIST=repo
14
15POM_DEVELOPER_ID=square
16POM_DEVELOPER_NAME=Square, Inc.
17POM_DEVELOPER_URL=https://github.com/square/
18SONATYPE_STAGING_PROFILE=com.squareup
19
20android.useAndroidX=true
21#Gradle properties: https://docs.gradle.org/current/userguide/build_environment.html
22org.gradle.caching=true
23org.gradle.configureondemand=true
24org.gradle.jvmargs=-XX:+UseParallelGC -Dfile.encoding=UTF-8
25org.gradle.parallel=true
26