From dbc06eda35367f48272e70a70aba407753aa4b4e Mon Sep 17 00:00:00 2001 From: JoshiCodes <55353244+JoshiCodes@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:12:18 +0200 Subject: [PATCH] updated the workflow to maven because this project does not use gradle --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51ca786..e144ec2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,5 @@ jobs: java-version: '17' distribution: 'adopt' - - name: Build with Gradle - uses: gradle/actions/setup-gradle@v3 - with: - arguments: build \ No newline at end of file + - name: Build with Maven + run: mvn -B package --file pom.xml \ No newline at end of file