From 0968210afb2fc1ef89602c0d090304e9289477e1 Mon Sep 17 00:00:00 2001 From: IllTamer <78360471+IllTamer@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:12:18 +0800 Subject: [PATCH] Chore: Fix configuration file Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com> --- .github/workflows/blank.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 2e933ef..deb86fa 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -23,4 +23,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn clean install -DskipTests -f samples-java + run: mvn clean install -DskipTests diff --git a/.gitignore b/.gitignore index bf4b87e..ea21d15 100644 --- a/.gitignore +++ b/.gitignore @@ -202,6 +202,7 @@ HELP.md *.iws *.iml *.ipr +**/target/** ### NetBeans ### /nbproject/private/