We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/setup-java
1 parent 0a296ba commit 642a1c2Copy full SHA for 642a1c2
.github/workflows/spring-batch-elasticsearch.yml
@@ -13,11 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - name: Set up JDK 1.8
+ - name: Set up JDK 8
17
uses: actions/setup-java@v4
18
with:
19
distribution: 'temurin'
20
- java-version: '1.8'
+ java-version: '8'
21
cache: 'maven'
22
- name: Build with Maven
23
run: mvn -B package
.github/workflows/spring-batch-geode.yml
0 commit comments