From 611cef4a051ffa76bbe89ca36bbcb72a10dc2953 Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Tue, 9 Jan 2024 10:06:01 +0100 Subject: [PATCH] Be a bit less verbose --- .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 60e92b08..dc35f842 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,5 +25,5 @@ jobs: cache: maven server-id: vpro-ossrh - name: Build with Maven - run: mvn compile dependency:copy-dependencies + run: mvn -ntp -B compile dependency:copy-dependencies