Skip to content

Commit 42b92f0

Browse files
committed
Downgrade Java version for compilation, fixes #209
1 parent df3e43e commit 42b92f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/uberjar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Prepare Java
3333
uses: actions/setup-java@v4
3434
with:
35-
java-version: '21'
35+
java-version: '17'
3636
distribution: 'corretto'
3737

3838
- name: Install clojure tools

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ This change log follows the conventions of
66

77
## [Unreleased][unreleased]
88

9-
Nothing so far.
9+
### Fixed
10+
11+
- Changed the build workflow in GitHub Actions to go back to using Java 17 because of a [bug in the Clojure compiler](https://clojure.atlassian.net/browse/CLJ-2838) that would cause BLT to crash when running on any Java version older than Java 21 if it was compiled under Java 21.
12+
Once that compiler bug is fixed, we can go back to compiling under Java 21.
1013

1114

1215
## [8.0.0] - 2025-07-21

0 commit comments

Comments
 (0)