Add distribution to setup-java@v3 GH action
This commit is contained in:
1
.github/workflows/pr-build-workflow.yml
vendored
1
.github/workflows/pr-build-workflow.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
|
||||
- name: Run Gradle
|
||||
|
||||
Reference in New Issue
Block a user