File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 27
27
distribution : ' adopt'
28
28
29
29
- name : Build with Maven
30
- run : mvn -B package --file pom.xml
30
+ run : mvn -B package --file pom.xml -DskipTests
31
31
32
32
- name : Set up JDK 8
33
33
uses : actions/setup-java@v2
Original file line number Diff line number Diff line change 25
25
distribution : ' adopt'
26
26
cache : maven
27
27
- name : Build with Maven
28
- run : mvn -B package --file pom.xml
28
+ run : mvn -B package --file pom.xml -DskipTests
Original file line number Diff line number Diff line change 438
438
<configuration >
439
439
<keyname >${gpg.keyname} </keyname >
440
440
<passphraseServerId >${gpg.keyname} </passphraseServerId >
441
+ <gpgArguments >
442
+ <arg >--pinentry-mode</arg >
443
+ <arg >loopback</arg >
444
+ </gpgArguments >
441
445
</configuration >
442
446
</execution >
443
447
</executions >
You can’t perform that action at this time.
0 commit comments