Update Maven build file path to main/pom.xml

This commit is contained in:
2025-10-23 00:02:55 +01:00
committed by GitHub
parent f0dbdb551d
commit bb18c1119e

View File

@@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file main/pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph