diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5cbcfe7c..cbf9570b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: temurin + # First version is for Bosk to use, and the second is for Gradle java-version: | 22 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8bf26f3..a0cc153f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: temurin + # First version is for Bosk to use, and the second is for Gradle java-version: | 22 17 diff --git a/build.gradle b/build.gradle index f5c3f28f..dd59c100 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { ext { prodJavaVersion = 21 - jdkVersion = 22 + jdkVersion = 22 // If you bump this, change the CI workflows too } repositories {