generated from tommyettinger/libgdx-library-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
32 lines (24 loc) · 999 Bytes
/
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
org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx512m -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8
org.gradle.configureondemand=false
gdxVersion=1.12.0
ashleyVersion=1.8.0-SNAPSHOT
box2dlightsVersion=1.5
GROUP=com.github.exformatgames
POM_ARTIFACT_ID=defender
VERSION_NAME=0.2.2
POM_NAME=libgdx-library-template
POM_DESCRIPTION=A lightweight set of systems and components for the Ashley ECS framework.
POM_INCEPTION_YEAR=2023
POM_URL=https://github.com/exformatgames/defender/
POM_SCM_URL=https://github.com/exformatgames/defender/
POM_SCM_CONNECTION=scm:https://exformatgames@github.com/exformatgames/defender.git
POM_SCM_DEV_CONNECTION=scm:git://github.com/exformatgames/defender.git
POM_LICENCE_NAME=Creative Commons Zero
POM_LICENCE_URL=https://creativecommons.org/publicdomain/zero/1.0/
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=exformatgames
POM_DEVELOPER_NAME=Subbotin Sergei
POM_DEVELOPER_URL=https://github.com/exformatgames/
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true