MapReflectionAPI/.forgejo/workflows/build.yaml
SBDeveloper 8e5a92b30e
Some checks failed
/ build (push) Has been cancelled
Bump
2025-03-27 20:18:48 +01:00

25 lines
No EOL
574 B
YAML

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: https://gitea.com/actions/setup-java@v4
- name: Set up JDK 21
uses: https://gitea.com/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: https://gitea.com/actions/upload-artifact@v4
with:
name: MapReflectionAPI
path: target