Skip to content

Commit c134b49

Browse files
committed
Release and Build work
1 parent 1c6150e commit c134b49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55

66
environment:
77
MAJOR_VERSION: 0.9
8-
MAVEN_OPTS: "-Xmx1g -DbuildNumber=${CIRCLE_BUILD_NUM} -Dorg.xml.sax.driver='com.sun.org.apache.xerces.internal.parsers.SAXParser' "
8+
MAVEN_OPTS: "-Xmx1g -DbuildNumber=${CIRCLE_BUILD_NUM}"
99
TZ: "/usr/share/zoneinfo/Europe/London"
1010

1111
working_directory: ~/java-as-script
@@ -21,6 +21,10 @@ jobs:
2121
- restore_cache:
2222
key: dependency-cache
2323

24+
- run:
25+
name: init
26+
command: /home/circleci/.build-init.sh
27+
2428
- run:
2529
name: dependencies
2630
command: |

0 commit comments

Comments
 (0)