Skip to content

Commit 7a5e90b

Browse files
committed
Fix CI
1 parent d568abd commit 7a5e90b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/compile_test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ EOF
2828

2929
cat > ${projectRoot}/build.sbt <<EOF
3030
TaskKey[Unit]("stage") in Compile := { println("${SBT_STAGING_STRING}") }
31+
EOF
32+
33+
cat > ${projectRoot}/system.properties <<EOF
34+
java.runtime.version = 8
3135
EOF
3236

3337
mkdir -p ${projectRoot}/project

0 commit comments

Comments
 (0)