Skip to content

Commit d4c22c9

Browse files
authored
Update maven-publish.yml
1 parent 0528684 commit d4c22c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
16-
17-
- name: Set up JDK 21
16+
17+
- name: Set up JDK 8
1818
uses: actions/setup-java@v3
1919
with:
2020
distribution: 'temurin'
21-
java-version: '21'
21+
java-version: '8'
2222

2323
- name: Build with Maven
2424
run: mvn clean package

0 commit comments

Comments
 (0)