bc-java
bc-java copied to clipboard
Building the bouncy castle jar from Github
I used following steps to build the bcprov-jdk18on-1.81.jar
- cloned the https://github.com/bcgit/bc-java/tree/main.
- 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?
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.