Add fields API
Some checks failed
Maven build / build (push) Failing after 1m14s

This commit is contained in:
Guillaume Dugas
2026-02-17 16:19:33 +01:00
parent def2e4140f
commit cdbe2dfd67
57 changed files with 537 additions and 497 deletions

View File

@@ -17,9 +17,13 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Set versions
run: |
export BUILD_VERSION=$(test "$GITHUB_REF_TYPE" = "tag" && echo ${GITHUB_REF_NAME} || (echo ${GITHUB_SHA} | head -c 8))
./mvnw versions:set -DnewVersion=${BUILD_VERSION}
- name: Build project
run: ./mvnw -s .mvn/settings.xml clean install -DskipTests
run: ./mvnw -s .mvn/settings.xml clean install
- name: Deploy project
run: ./mvnw -s .mvn/settings.xml deploy -DskipTests
run: ./mvnw -s .mvn/settings.xml deploy