We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5a0cb commit ffcf79fCopy full SHA for ffcf79f
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
server-password: MAVEN_PASSWORD
46
47
- name: Build with Maven
48
- run: mvn -B -ff -ntp clean install
+ run: mvn -B -ff -ntp clean install -Dgpg.skip=true
49
50
- name: Publish Code Coverage
51
if: github.ref == 'refs/heads/main' && matrix.java == '11'
@@ -76,7 +76,7 @@ jobs:
76
cache: 'maven'
77
78
79
80
81
build_windows:
82
runs-on: windows-latest
@@ -99,4 +99,4 @@ jobs:
99
100
101
102
0 commit comments