We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 684c314 + 04904be commit 932162aCopy full SHA for 932162a
scripts/jobs/integrate/windows
@@ -8,6 +8,9 @@ export ANT_OPTS="-Dfile.encoding=UTF-8 -server -XX:+AggressiveOpts -XX:+UseParNe
8
# ant manually installed on jenkins-worker-windows-publish.
9
PATH=/cygdrive/c/apache-ant-1.9.6/bin:$PATH
10
11
+export JAVA_HOME='C:/java/jdk-1.6'
12
+export PATH="$JAVA_HOME/bin:$PATH"
13
+
14
ant \
15
-Dstarr.version=2.11.8 \
16
-Dscalac.args.optimise=-optimise \
0 commit comments