|
1 | | -# Project-wide Gradle settings. |
| 1 | +org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
| 2 | +android.useAndroidX=true |
2 | 3 |
|
3 | | -# IDE (e.g. Android Studio) users: |
4 | | -# Gradle settings configured through the IDE *will override* |
5 | | -# any settings specified in this file. |
| 4 | +GROUP=com.commit451 |
| 5 | +POM_ARTIFACT_ID=quickactionview |
| 6 | +VERSION_NAME=2.0.1 |
6 | 7 |
|
7 | | -# For more details on how to configure your build environment visit |
8 | | -# http://www.gradle.org/docs/current/userguide/build_environment.html |
| 8 | +POM_NAME=QuickActionView |
| 9 | +POM_DESCRIPTION=View that shows quick actions when long pressed, inspired by Pinterest |
| 10 | +POM_INCEPTION_YEAR=2020 |
| 11 | +POM_URL=https://github.com/Commit451/QuickActionView/ |
9 | 12 |
|
10 | | -# Specifies the JVM arguments used for the daemon process. |
11 | | -# The setting is particularly useful for tweaking memory settings. |
12 | | -# Default value: -Xmx10248m -XX:MaxPermSize=256m |
13 | | -# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
| 13 | +POM_LICENSE_NAME=The Apache Software License, Version 2.0 |
| 14 | +POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt |
| 15 | +POM_LICENSE_DIST=repo |
14 | 16 |
|
15 | | -# When configured, Gradle will run in incubating parallel mode. |
16 | | -# This option should only be used with decoupled projects. More details, visit |
17 | | -# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects |
18 | | -# org.gradle.parallel=true |
19 | | -android.enableJetifier=true |
20 | | -android.useAndroidX=true |
| 17 | +POM_SCM_URL=https://github.com/Commit451/QuickActionView/ |
| 18 | +POM_SCM_CONNECTION=scm:git:git://github.com/Commit451/QuickActionView.git |
| 19 | +POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/Commit451/QuickActionView.git |
| 20 | + |
| 21 | +POM_DEVELOPER_ID=Commit451 |
| 22 | +POM_DEVELOPER_NAME=Commit 451 |
| 23 | +POM_DEVELOPER_URL=https://github.com/Commit451/ |
| 24 | + |
| 25 | +SONATYPE_CONNECT_TIMEOUT_SECONDS=60 |
| 26 | +SONATYPE_CLOSE_TIMEOUT_SECONDS=900 |
0 commit comments