We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0528684 commit d4c22c9Copy full SHA for d4c22c9
1 file changed
.github/workflows/maven-publish.yml
@@ -13,12 +13,12 @@ jobs:
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
-
17
- - name: Set up JDK 21
+
+ - name: Set up JDK 8
18
uses: actions/setup-java@v3
19
with:
20
distribution: 'temurin'
21
- java-version: '21'
+ java-version: '8'
22
23
- name: Build with Maven
24
run: mvn clean package
0 commit comments