Skip to content

Commit 933ce44

Browse files
committed
Update CI build workflow to use Adopt OpenJDK
Oracle JDK is only supported for JDK 17 and later
1 parent 1a747ba commit 933ce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: spring-io/spring-gradle-build-action@6efab5a8a19abb6f42ee20e9d6207859bf2fca02 # v2.0.1
2121
with:
2222
java-version: '8'
23-
distribution: 'oracle'
23+
distribution: 'adopt'
2424

2525
- name: Setup JFrog Cli
2626
uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1

0 commit comments

Comments
 (0)