Skip to content

Commit

Permalink
Chore: Fix configuration file
Browse files Browse the repository at this point in the history
Signed-off-by: IllTamer <78360471+IllTamer@users.noreply.github.com>
  • Loading branch information
IllTamer committed Nov 29, 2023
1 parent 6a0d0af commit 0968210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ HELP.md
*.iws
*.iml
*.ipr
**/target/**

### NetBeans ###
/nbproject/private/
Expand Down

0 comments on commit 0968210

Please sign in to comment.