MapReflectionAPI/.forgejo/workflows/build.yaml
SBDeveloper 1a2d8eafc5
Some checks failed
/ build (push) Failing after 7s
Bump
2025-03-27 20:17:00 +01:00

25 lines
No EOL
518 B
YAML

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: MapReflectionAPI
path: target