Skip to content

Commit e9a7d7c

Browse files
authored
add distribution to java 1.6 build
1 parent 73c582e commit e9a7d7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-java@v5
2121
with:
2222
java-version: 1.6
23+
distribution: 'temurin'
2324
- name: Compile Java 1.6
2425
run: |
2526
mkdir -p target/classes

0 commit comments

Comments
 (0)