Skip to content

Commit

Permalink
Merge pull request #1565 from michalvavrik/feature/disable-bc-fips-js…
Browse files Browse the repository at this point in the history
…se-native-build

Disable Bouncy Castle FIPS JSSE native executable build due to upstream issue
  • Loading branch information
jedla97 authored Dec 5, 2023
2 parents 5fb816c + 39ff1e3 commit 70d5c6a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions security/bouncycastle-fips/bcFipsJsse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,18 @@
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>native</id>
<activation>
<property>
<name>native</name>
</property>
</activation>
<properties>
<!-- TODO: enable build when https://github.com/quarkusio/quarkus/issues/37500 gets fixed -->
<quarkus.build.skip>true</quarkus.build.skip>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 70d5c6a

Please sign in to comment.