Skip to content

Update co-ordinates for shib-shared module #7

Update co-ordinates for shib-shared module

Update co-ordinates for shib-shared module #7

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
name: Java CI (JDK 17)
# Trigger on push or pull_request to 'this' branch, where 'this' is whichever branch this action exists on.
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'zulu'
cache: maven
architecture: x86
- name: Build with Maven
run: mvn -B clean verify --file pom.xml
- name: Upload jar artifact
uses: actions/[email protected]
with:
name: ukf-members-snapshot
path: target/ukf-members*.jar
retention-days: 90