-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgradle.properties
More file actions
38 lines (33 loc) · 2.07 KB
/
gradle.properties
File metadata and controls
38 lines (33 loc) · 2.07 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
# Adjust these settings if you want to build a non-default version of BCD-UI
bcdui.version = 6.0.0
# If true, a detailed information about the workspace is included in META-INF
bcdui.includeGitInformation = true
# Use this to overwrite the theme with your values
# Your theme is expected to have the same structure as Theme/src/bcd, also name you scss same as your theme
# Path to full location of your theme is bcdui.theme.location + '/' + bcdui.theme.name
# Example: bcdui.theme.location = ../../MyProject/Theme/src
bcdui.theme.location = src
bcdui.theme.name = bcd
# 3rdParty libs to be included in bcd-ui-client.jar and bcd-ui-core.jar (which is client + server)
# These are all needed by BCD-UI but you may choose to not include them into the jar or use another version
# Node that additional modules here are not becoming part of the jar by changing this place here alone, see bcduiClientCollect3rdParty, /Client/gradle/script/package.json
# and make sure you test version changes
bcdui.3rdPartyJs.block-ui = 2.70.1
bcdui.3rdPartyJs.dot = 1.1.3
bcdui.3rdPartyJs.log4javascript = v1.4.16
bcdui.3rdPartyJs.modernizr = 3.5.0
bcdui.3rdPartyJs.jquery = 3.7.1
bcdui.3rdPartyJs.jquery-ui-dist = 1.14.1
bcdui.3rdPartyJs.webcomponents = v1.3.3
#keep it locally now for non-eval use (patch Function("return this"))
#bcdui.3rdPartyJs.handsontable = 6.2.2
bcdui.3rdPartyJs.nouislider = 10.1.0
bcdui.3rdPartyJs.core-js-bundle = 3.12.0
#keep fileSaver version empty, so it pulls the latest (2.0.5, not yet official released) version instead of 2.0.4 which got an outdated package.json dependency
bcdui.3rdPartyJs.fileSaver =
bcdui.3rdPartyJs.d3-format = 1.4.5
bcdui.3rdPartyJs.echarts = 5.1.1
#misc
bcdui.3rdPartyJs.modernizr.feature-detects = "input", "inputtypes"
# TODO Workaround until Ant task com.oopsconsultancy.xmltask.ant.XmlTask in bcduiGensrcJsXsltXapiJspTagApis is properly migrated
org.gradle.jvmargs=--add-exports=java.xml/com.sun.org.apache.xpath.internal=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xpath.internal.objects=ALL-UNNAMED