Skip to content

refactor: legacy codebase (#12) #88

refactor: legacy codebase (#12)

refactor: legacy codebase (#12) #88

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 21
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v3
with:
name: composter
path: target/*.jar