Skip to content

Allow customization of error and HTTP response within OAuth2AuthenticationFailureHandler #914

Allow customization of error and HTTP response within OAuth2AuthenticationFailureHandler

Allow customization of error and HTTP response within OAuth2AuthenticationFailureHandler #914

name: PR build
on:
pull_request:
branches:
- '**'
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
jdk: [17]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.jdk }}
uses: spring-io/spring-gradle-build-action@v2
with:
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew clean build