Skip to content

Commit 03d64a3

Browse files
authored
fix: add distribution to setup-java build task (#253)
Updating the setup-java build to v3 in #249 resulted in build errors due to missing required parameter `distribution`
1 parent f510730 commit 03d64a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-java@v3
2020
with:
2121
java-version: 1.11
22+
distribution: 'oracle'
2223
- uses: actions/checkout@v3
2324
with:
2425
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

0 commit comments

Comments
 (0)