MapReflectionAPI/.forgejo/workflows/build.yaml
SBDeveloper 6ebaa4f3bf
Some checks failed
/ build (push) Failing after 39s
Fixed typo
2025-03-27 20:19:29 +01:00

25 lines
No EOL
572 B
YAML

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: https://gitea.com/actions/checkout@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