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 ad60867 commit 4721385Copy full SHA for 4721385
.github/workflows/spring-batch-notion.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v4
21
with:
22
distribution: 'temurin'
23
- java-version: '21'
+ java-version: '25'
24
cache: 'maven'
25
- name: Build with Maven
26
run: ./mvnw $MAVEN_ARGS verify javadoc:javadoc
0 commit comments