We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The source code for org/bouncycastle/bcpg/ArmoredOutputStream.java published for release 1.77 (bcpg-jdk18on-1.77-sources.jar) contains:
public static final String DEFAULT_VERSION = "BCPG v1.77.00";
The same file in bcpg-jdk18on-1.78-sources.jar and bcpg-jdk18on-1.78.1-sources.jar contains:
public static final String DEFAULT_VERSION = "BCPG v@RELEASE_NAME@";
I.e. the RELEASE_NAME placeholder has not been substituted.
See also: gradle/gradle#31035
The text was updated successfully, but these errors were encountered:
Sorry about that. This has been fixed in 1.79 (which is now out).
Sorry, something went wrong.
No branches or pull requests
The source code for org/bouncycastle/bcpg/ArmoredOutputStream.java published for release 1.77 (bcpg-jdk18on-1.77-sources.jar) contains:
The same file in bcpg-jdk18on-1.78-sources.jar and bcpg-jdk18on-1.78.1-sources.jar contains:
I.e. the RELEASE_NAME placeholder has not been substituted.
See also: gradle/gradle#31035
The text was updated successfully, but these errors were encountered: