Skip to content

Commit

Permalink
java-version: 11 for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Dec 17, 2023
1 parent 8dd57da commit 55048c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
)
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\sbt-bin.zip", "C:\sbt")
}
- cmd: SET JAVA_HOME=C:\Program Files\Java\jdk11
- cmd: SET PATH=C:\sbt\sbt\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
build_script:
Expand Down

0 comments on commit 55048c8

Please sign in to comment.