Skip to content

Commit f82d5e3

Browse files
authored
Merge pull request #3888 from swagger-api/gpg-jakarta-exclude
exclude jakarta transformed artifacts in GPG
2 parents d9ec186 + 6300ac3 commit f82d5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<arg>loopback</arg>
369369
</gpgArguments>
370370
<excludes>
371-
<exclude>**/*-jakarta*.jar</exclude>
371+
<exclude>**/*jakarta*</exclude>
372372
</excludes>
373373
</configuration>
374374
<executions>

0 commit comments

Comments
 (0)