Merge branch '1.11.x' into wip/merge-1.11.x

This commit is contained in:
Eugene Yokota
2025-09-17 23:35:59 -04:00
13 changed files with 70 additions and 43 deletions
+4 -2
View File
@@ -35,7 +35,9 @@ jobs:
distribution: "zulu"
java-version: "8"
cache: sbt
- uses: sbt/setup-sbt@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
- uses: sbt/setup-sbt@v1
with:
sbt-runner-version: 1.11.5
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
@@ -70,7 +72,7 @@ jobs:
# test launcher script
cd launcher-package
bin/coursier resolve
../sbt -Dsbt.build.version=$TEST_SBT_VER integrationTest/test
sbt -Dsbt.build.version=$TEST_SBT_VER integrationTest/test
# This fails due to the JLine issue
# cd citest && ./test.sh
- name: Client test (Windows)
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
JVM_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
SBT_ETC_FILE: $HOME/etc/sbt/sbtopts
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup JDK
uses: actions/setup-java@v5
with: