Skip to content

fix: include classpath for all dependencies #29

fix: include classpath for all dependencies

fix: include classpath for all dependencies #29

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven
- name: Build and test
run: mvn --batch-mode --update-snapshots verify
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Package
path: target