blob: 484b078b925fc14f962069c1e1994d32253435dd [file] [log] [blame]
Manu Sridharan88bdd4a2017-08-15 14:30:41 -07001# Project-wide Gradle settings.
2
3# IDE (e.g. Android Studio) users:
4# Gradle settings configured through the IDE *will override*
5# any settings specified in this file.
6
7# For more details on how to configure your build environment visit
8# http://www.gradle.org/docs/current/userguide/build_environment.html
9
Manu Sridharan1feded62022-01-14 11:22:49 -080010org.gradle.parallel=true
Manu Sridharan149700b2022-01-31 11:19:07 -080011org.gradle.caching=true
12org.gradle.jvmargs=-Xmx2g
Manu Sridharan88bdd4a2017-08-15 14:30:41 -070013
Manu Sridharan977c9442017-09-06 11:14:53 -070014GROUP=com.uber.nullaway
Lazaro Clapp829155b2022-01-10 13:54:07 -050015VERSION_NAME=0.9.6-SNAPSHOT
Manu Sridharan88bdd4a2017-08-15 14:30:41 -070016
17POM_DESCRIPTION=A fast annotation-based null checker for Java
18
19POM_URL=https://github.com/uber/NullAway/
20POM_SCM_URL=https://github.com/uber/NullAway/
21POM_SCM_CONNECTION=scm:git:git://github.com/uber/NullAway.git
22POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/uber/NullAway.git
23
24POM_LICENCE_NAME=The MIT License
25POM_LICENCE_URL=https://opensource.org/licenses/MIT
26POM_LICENCE_DIST=repo
27
Lázaro Clappc26cdd52021-03-02 15:35:50 -050028POM_DEVELOPER_ID=uber
29POM_DEVELOPER_NAME=Uber Technologies
Lázaro Clapp0c27e892021-03-30 20:07:07 -040030POM_DEVELOPER_URL=https://uber.com