-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgradle.properties
31 lines (25 loc) · 1.07 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
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
xapi.prefix=xapi
xapi.main.component=java
xapi.log.level=INFO
xapi.debug=true
xapi.release=false
xapi.quick=true
xapi.repo.transient=false
# temp: ignore the warning about xapi-parser plugin missing...
xapi.ignore.missing.xapi-parser=true
xapi.schema.root=:schema
org.gradle.jvmargs=-Xms256m -Xmx3g -Dxapi.composite=false -Dwti.composite=false
#org.gradle.jvmargs=-Xms256m -Xmx3g -XX:+CMSClassUnloadingEnabled -Dxapi.composite=false -Dwti.composite=false
#org.gradle.jvmargs=-Xms256m -Xmx3g -XX:+CMSClassUnloadingEnabled -Dxapi.composite=true -Dwti.composite=false
#org.gradle.jvmargs=-Xms256m -Xmx3g -Dxapi.composite=true -Dwti.composite=false
# Not everything in our xapiLocal metadata will have gradle module information persisted.
# Instead, we'll use the no.metadata=true signal to select the mavenPom() metadata source,
# which will look for both .pom and .module files.
no.metadata=true
xapiGroupId=net.wetheinter
xapiVersion=0.5.1