keycloak-regex-mapper/.forgejo/workflows/build.yml
Ryan Voots 916700c5e4
Some checks failed
build / build (push) Failing after 38s
url for setup-java
2025-05-04 11:15:33 -04:00

19 lines
359 B
YAML

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: docker
steps:
- name: set up java
uses: https://gitea.com/actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: build with maven
run: mvn --batch-mode --file pom.xml package