-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bcprov-jdk18on:1.78.1, bcpkix-jdk18on:1.78.1 causing build failure #1908
Comments
So did you look at the README? :D |
Environment setup: |
You need to either use Java 21, or install JDK 8, 11 and 17 and point the BC_JDK8, BC_JDK11, BC_JDK17 environment variables to those installations. |
Environment setup: |
[root@f6733bc42dec bc-java]# gradle :pkix:build -x test
these jdk i had downloaded and exported [root@f6733bc42dec opt]# ls /opt |
Are you using gradle 8.8? |
ENV | VALUE | |
You need at least gradle 8.8. afaik. |
[root@25ed8f435384 pkix]# export JAVA_HOME=/opt/jdk-17.0.8
[root@25ed8f435384 pkix]# export PATH=$JAVA_HOME/bin:$PATH
[root@25ed8f435384 pkix]# gradle jar
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
FAILURE: Build failed with an exception.
Where:
Build file '/root/bc-java/build.gradle' line: 21
What went wrong:
A problem occurred evaluating root project 'bc-java'.
BUILD FAILED in 3s
The text was updated successfully, but these errors were encountered: