Skip to content

Commit 96346b5

Browse files
authored
Merge pull request #2299 from adamretter/hotfix/bcprov-signing
Don't unsign the Bouncy Castle jar file
2 parents 7f17c59 + 8572dae commit 96346b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/scripts/jarsigner.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
</fileset>
134134
<fileset dir="lib/core">
135135
<include name="*.jar"/>
136+
<exclude name="bcprov-*.jar"/>
136137
</fileset>
137138
<fileset dir="lib/extensions" erroronmissingdir="false">
138139
<include name="*.jar"/>

0 commit comments

Comments
 (0)