File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 # Jenkins core dependency causes issues during deleting the temporary workspace in the test 'IntegrationTest.testPipelinePushLogsWithConnectionIssues'
1212 # "CompositeIO Unable to delete 'D:\a\elasticsearch-logs-plugin\elasticsearch-logs-plugin\target\tmp\j h1981224811615637958'"
1313 steps :
14- - uses : actions/checkout@v1
15- - name : Set up JDK 11
16- uses : actions/setup-java@v3
14+ - uses : actions/checkout@v4
15+ - name : Set up JDK 21
16+ uses : actions/setup-java@v4
1717 with :
18- distribution : ' temurin '
19- java-version : ' 11 '
18+ distribution : ' sapmachine '
19+ java-version : ' 21 '
2020 - name : Test with Maven
2121 run : mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn verify
You can’t perform that action at this time.
0 commit comments