Skip to content

Exception handling for procedure or function call #11

Exception handling for procedure or function call

Exception handling for procedure or function call #11

Workflow file for this run

name: CI Build
on:
push:
branches:
- '**'
jobs:
build:
name: Maven Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'liberica'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml