Skip to content
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

DEFAULT_VERSION placeholder not substituted in 1.78/1.78.1 #1889

Closed
tim-palmer opened this issue Oct 30, 2024 · 1 comment
Closed

DEFAULT_VERSION placeholder not substituted in 1.78/1.78.1 #1889

tim-palmer opened this issue Oct 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tim-palmer
Copy link

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

@dghgit
Copy link
Contributor

dghgit commented Oct 31, 2024

Sorry about that. This has been fixed in 1.79 (which is now out).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants