Skip to content

Commit deb1c6d

Browse files
committed
Revert "Build Spring Batch Notion with Java 25"
This reverts commit 4721385.
1 parent 4721385 commit deb1c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-batch-notion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'temurin'
23-
java-version: '25'
23+
java-version: '21'
2424
cache: 'maven'
2525
- name: Build with Maven
2626
run: ./mvnw $MAVEN_ARGS verify javadoc:javadoc

0 commit comments

Comments
 (0)