bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

Building the bouncy castle jar from Github

Open Malavika1511 opened this issue 4 months ago • 1 comments

I used following steps to build the bcprov-jdk18on-1.81.jar

  1. cloned the https://github.com/bcgit/bc-java/tree/main.
  2. Using JDK 17 and Gradle, built using inside prov folder ./gradlew clean build. Please let me know, the steps followed are right and if not let me know the steps to be followed? It automatically built with version 1.81 whether the latest code have the version 1.81?

Malavika1511 avatar Jul 30 '25 09:07 Malavika1511

That's basically correct. I've also updated the properties files to build 1.82-SNAPSHOT so what's built now should look like it does in the betas area.

dghgit avatar Aug 08 '25 09:08 dghgit