AnimalRP/.forgejo/workflows/build.yaml
Soph :3 afc43b60b2
Some checks failed
/ build (push) Failing after 12s
cook up a workflow
2024-04-27 21:38:36 +03:00

17 lines
474 B
YAML

on: [push]
jobs:
build:
runs-on: node-16
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up JDK 11
uses: https://github.com/actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn package
- uses: https://github.com/actions/upload-artifact@v4
with:
path: target/animalrp-1.0.0-animalrp.jar