There was an error while loading. Please reload this page.
1 parent 1c6150e commit c134b49Copy full SHA for c134b49
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
6
environment:
7
MAJOR_VERSION: 0.9
8
- MAVEN_OPTS: "-Xmx1g -DbuildNumber=${CIRCLE_BUILD_NUM} -Dorg.xml.sax.driver='com.sun.org.apache.xerces.internal.parsers.SAXParser' "
+ MAVEN_OPTS: "-Xmx1g -DbuildNumber=${CIRCLE_BUILD_NUM}"
9
TZ: "/usr/share/zoneinfo/Europe/London"
10
11
working_directory: ~/java-as-script
@@ -21,6 +21,10 @@ jobs:
21
- restore_cache:
22
key: dependency-cache
23
24
+ - run:
25
+ name: init
26
+ command: /home/circleci/.build-init.sh
27
+
28
- run:
29
name: dependencies
30
command: |
0 commit comments