Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Jan 5, 2024
1 parent 0e5a0cb commit ffcf79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
server-password: MAVEN_PASSWORD

- name: Build with Maven
run: mvn -B -ff -ntp clean install
run: mvn -B -ff -ntp clean install -Dgpg.skip=true

- name: Publish Code Coverage
if: github.ref == 'refs/heads/main' && matrix.java == '11'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B -ff -ntp clean install
run: mvn -B -ff -ntp clean install -Dgpg.skip=true

build_windows:
runs-on: windows-latest
Expand All @@ -99,4 +99,4 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B -ff -ntp clean install
run: mvn -B -ff -ntp clean install -Dgpg.skip=true

0 comments on commit ffcf79f

Please sign in to comment.