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

Support publishing of an included build #738

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

melix
Copy link
Contributor

@melix melix commented Jan 6, 2025

This commit adds support for a special use case, which is currently only used in the Micronaut Fuzzing project, which is to publish a module which is an included build of a Micronaut repository. This module is also a Gradle plugin, which requires special setup. Therefore, this commit only makes sure that this use case is working.

It also fixes an issue with the "useDevelopmentVersion" code which failed if the checkouts directory wasn't created in advance.

This commit adds support for a special use case, which is currently
only used in the Micronaut Fuzzing project, which is to publish a
module which is an included build of a Micronaut repository. This
module is also a Gradle plugin, which requires special setup.
Therefore, this commit only makes sure that this use case is working.

It also fixes an issue with the "useDevelopmentVersion" code which
failed if the `checkouts` directory wasn't created in advance.
@melix melix added this to the 7.3.1 milestone Jan 6, 2025
@melix melix merged commit 057a806 into master Jan 6, 2025
3 checks passed
@melix melix deleted the cc/publishing-improvements branch January 6, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant