Skip to content

Commit 05009bc

Browse files
author
Heiko Kiesel
committed
Add required distribution to setup-java GitHub Action
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 4e065b4 commit 05009bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
- uses: actions/checkout@v3
110110
- uses: actions/setup-java@v3
111111
with:
112+
distribution: "temurin" # required Java distribution
112113
java-version: "17" # The JDK version to make available on the path.
113114
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
114115
architecture: x64 # (x64 or x86) - defaults to x64

0 commit comments

Comments
 (0)