Skip to content

GH-386: Restore interrupted thread status in provided backoff policies #18

GH-386: Restore interrupted thread status in provided backoff policies

GH-386: Restore interrupted thread status in provided backoff policies #18

name: Build Pull Request
on: pull_request
permissions:
contents: read
jobs:
build:
name: Build pull request
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-projects/spring-retry' }}
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'liberica'
- name: Check out code
uses: actions/checkout@v3
- name: Build
run: ./mvnw --batch-mode --update-snapshots verify