Skip to content

Release the new version of the sdjwt library to maven repository #2

Release the new version of the sdjwt library to maven repository

Release the new version of the sdjwt library to maven repository #2

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
name: Build (and Test)
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw clean package