Skip to content

Commit

Permalink
CI: Un-bump latest Java from 20 to 19 (#359)
Browse files Browse the repository at this point in the history
Gradle 8.0.2 has issues with Java 20 :(

```
FAILURE: Build failed with an exception.

* What went wrong:
Could not open cp_init generic class cache for initialization script '/home/runner/.gradle/init.d/build-result-capture.init.gradle' (/home/runner/.gradle/caches/8.0.2/scripts/81bhe3x4qmzhxltbvjll89pw1).
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 64
```
  • Loading branch information
snazy committed Apr 11, 2023
1 parent 06d8790 commit 0e96f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newer-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- java-version: 17
- java-version: 20
- java-version: 19
env:
SPARK_LOCAL_IP: localhost

Expand Down

0 comments on commit 0e96f3b

Please sign in to comment.