From e63e5858724284e3cbdbf729b488972b0069cc18 Mon Sep 17 00:00:00 2001 From: This-Is-Ko <52279273+This-Is-Ko@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:06:39 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf9af42..133e054 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,10 @@ jobs: distribution: 'adopt' - name: Build - run: mvn --batch-mode -DskipTests package + run: ./gradlew --batch-mode -DskipTests package - name: Test - run: mvn --batch-mode -Dmaven.test.failure.ignore=true test + run: ./gradlew --batch-mode -Dmaven.test.failure.ignore=true test - name: Report uses: dorny/test-reporter@v1