-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgradle.properties
More file actions
50 lines (43 loc) · 1.49 KB
/
gradle.properties
File metadata and controls
50 lines (43 loc) · 1.49 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## configure Gradle properties for building the Libbulletjme project
lbjVersion = 22.0.4-SNAPSHOT
## default artifact name (used if -Partifact= isn't specified on the command line)
artifact = Libbulletjme
#artifact = Libbulletjme-Android
#artifact = Libbulletjme-Linux64
#artifact = Libbulletjme-Linux_ARM32hf
#artifact = Libbulletjme-Linux_ARM64
#artifact = Libbulletjme-Linux_LoongArch64
#artifact = Libbulletjme-MacOSX64
#artifact = Libbulletjme-MacOSX_ARM64
#artifact = Libbulletjme-Windows64
## options to build only a single buildtype (default builds *all* buildtypes)
## These options affect desktop builds but not Android builds.
#bt = Debug
#bt = Release
## options to build only a single flavor (default builds *all* flavors)
#flavor = Dp
#flavor = DpMt
#flavor = Sp
#flavor = SpMt
#flavor = SpMtQuickprof
#flavor = SpQuickprof
## options to target only a single platform (default targets *all* available platforms)
#target = Android_ARM7
#target = Android_ARM8
#target = Android_X86
#target = Android_X86_64
#target = Linux64
#target = Linux_ARM32hf
#target = Linux_ARM64
#target = Linux_LoongArch64
#target = MacOSX64
#target = MacOSX_ARM64
#target = Windows64
## options to specify the preferred native toolchain
## (used when -Ptool= isn't specified on the command line)
## These options affect desktop builds but not Android builds.
#tool = clang
#tool = gcc
#tool = visualCpp
## additional Java Virtual Machine arguments for the Gradle Daemon
org.gradle.jvmargs = -Xmx2g -XX:MaxMetaspaceSize=1g