-
Notifications
You must be signed in to change notification settings - Fork 25
/
gradle.properties
33 lines (27 loc) · 1.04 KB
/
gradle.properties
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
30
31
32
33
org.gradle.daemon=true
org.gradle.jvmargs=-Xms512M -Xmx1G -XX:MaxMetaspaceSize=1G
org.gradle.configureondemand=true
android.useAndroidX=true
POM_NAME=GDX VFX
POM_DESCRIPTION=libGDX post-processing visual effects.
POM_URL=https://github.com/crashinvaders/gdx-vfx
POM_SCM_URL=https://github.com/crashinvaders/gdx-vfx
POM_SCM_CONNECTION=scm:git:[email protected]:crashinvaders/gdx-vfx.git
POM_SCM_DEV_CONNECTION=scm:git:[email protected]:crashinvaders/gdx-vfx.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEV0_ID=metaphore
POM_DEV0_NAME=Anton Chekulaev
gdxVersion=1.12.1
# This is a mock-up property values. To deploy the archives,
# you need to fill these with proper data. To avoid accidental commit of your
# credentials, please keep these in your Gradle home folder.
# Your jar signing data:
#signing.keyId=
#signing.password=
#signing.secretKeyRingFile=
# Your Jira logging data:
ossrhUsername=
ossrhPassword=