Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: temurin
# First version is for Bosk to use, and the second is for Gradle
java-version: |
25
26
25

- uses: gradle/actions/setup-gradle@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: temurin
# First version is for Bosk to use, and the second is for Gradle
java-version: |
25
26
25

- uses: gradle/actions/setup-gradle@v5
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

ext {
jdkVersion = 25 // If you bump this, change the CI workflows too
jdkVersion = 26 // If you bump this, change the CI workflows too
minSupportedJavaVersion = 25
}

Expand Down
Loading