Skip to content

Commit

Permalink
-npt
Browse files Browse the repository at this point in the history
  • Loading branch information
deweyjose committed Jan 9, 2022
1 parent b948f37 commit bcd3e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify
run: mvn -B -ntp verify
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: 11

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B -ntp package --file pom.xml

- name: Set up Apache Maven Central
uses: actions/setup-java@v1
Expand Down

0 comments on commit bcd3e68

Please sign in to comment.