-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
45 lines (33 loc) · 1.2 KB
/
build.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
34
35
36
37
38
39
40
41
42
43
44
45
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "build-ext.properties" with the properties to overwrite.
##
project.name=Liferay-Portal-Source
project.version=1.0.0
## Multiple portal version support is available, add any portal directory that contains gradlew and separate them by a comma
## example: portal.dir=/liferay/liferay-portal,/liferay/liferay-portal-ee
portal.dirs=
## project.dir must be absolute directory
project.dir=portal
ignored.dirs=.git,.gradle,build,portal-compat,sample,support-websphere,tmp,tools
exclude.modules=\
hook_tmpl,\
portal-client,\
portlet_tmpl,\
resources-importer-web,\
support-websphere,\
test-broken,\
test-broken-portlet,\
theme_tmpl
display.gradle.process.output=false
jpda.settings=-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y
jdk8.home=
group.depth=2
group.stop.words=third-party,modules
include.generated.jsp.servlet=false
#Please provide comma separated path of excluded module relative to liferay-portal/modules
#Example: gradle.build.exclude.dirs=apps/collaboration/blogs,apps/foundation/portal-search
gradle.build.exclude.dirs=
gradle.opts=-Xmx3g