Skip to content

Propagation of exceptions, gpg signing #38

Propagation of exceptions, gpg signing

Propagation of exceptions, gpg signing #38

Workflow file for this run

on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
- run: mvn package