Skip to content

Moved 404 handler to separate method .noHandlerResponse() (for now) #375

Moved 404 handler to separate method .noHandlerResponse() (for now)

Moved 404 handler to separate method .noHandlerResponse() (for now) #375

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify