You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ This change log follows the conventions of
6
6
7
7
## [Unreleased][unreleased]
8
8
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.
0 commit comments