From 2fe13464034df834c009cfda02f8cf3d9324d9e2 Mon Sep 17 00:00:00 2001 From: nbauma109 Date: Thu, 9 May 2024 12:38:15 +0200 Subject: [PATCH] Update maven.yml: call build.bat --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 08163da9..83ad252c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: build.bat + run: call build.bat # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph