blob: 9628a8a65d4d263d6e398f3b6e37863bccf0f37d [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
10# When configured, Gradle will run in incubating parallel mode.
11# This option should only be used with decoupled projects. More details, visit
12# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13# org.gradle.parallel=true
14
Manu Sridharan977c9442017-09-06 11:14:53 -070015GROUP=com.uber.nullaway
Lazaro Clappd2c14762019-06-27 13:33:50 -070016VERSION_NAME=0.7.6-SNAPSHOT
Manu Sridharan88bdd4a2017-08-15 14:30:41 -070017
18POM_DESCRIPTION=A fast annotation-based null checker for Java
19
20POM_URL=https://github.com/uber/NullAway/
21POM_SCM_URL=https://github.com/uber/NullAway/
22POM_SCM_CONNECTION=scm:git:git://github.com/uber/NullAway.git
23POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/uber/NullAway.git
24
25POM_LICENCE_NAME=The MIT License
26POM_LICENCE_URL=https://opensource.org/licenses/MIT
27POM_LICENCE_DIST=repo
28
29POM_DEVELOPER_ID=msridhar
Lazaro Clapp831ad8e2018-04-09 14:30:14 -070030POM_DEVELOPER_NAME=Manu Sridharan