Skip to content

AUTHLIB-159: Adding Shibboleth repo for SAML dependecies #2

AUTHLIB-159: Adding Shibboleth repo for SAML dependecies

AUTHLIB-159: Adding Shibboleth repo for SAML dependecies #2

Workflow file for this run

---
name: build
on:
push:
branches:
- '**'
pull_request:
types:
- opened
- edited
workflow_dispatch:
jobs:
build-java-source:
name: build jar file
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Java build environmant
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn package