Skip to content

Commit f4ab34b

Browse files
committed
fix(ci): attempt to fix ci
1 parent ba0ef20 commit f4ab34b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>io.github.robinpcrd</groupId>
45
<artifactId>socket.io-client</artifactId>
@@ -134,6 +135,12 @@
134135
</goals>
135136
</execution>
136137
</executions>
138+
<configuration>
139+
<gpgArguments>
140+
<arg>--pinentry-mode</arg>
141+
<arg>loopback</arg>
142+
</gpgArguments>
143+
</configuration>
137144
</plugin>
138145
<plugin>
139146
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)