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

Option to print sem version only for the root project in a multi module project #152

Closed
sureshg opened this issue May 3, 2024 · 4 comments · Fixed by #162
Closed

Option to print sem version only for the root project in a multi module project #152

sureshg opened this issue May 3, 2024 · 4 comments · Fixed by #162
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sureshg
Copy link

sureshg commented May 3, 2024

Right now for a multi module project, semver is getting printed for all modules

> Task :meta:printSemver
semver for meta: v0.11.0.49+78d8ff2

> Task :web:printSemver
semver for web: v0.11.0.49+78d8ff2

> Task :dep-mgmt:printSemver
semver for dep-mgmt: v0.11.0.49+78d8ff2

> Task :compose:printSemver
semver for compose: v0.11.0.49+78d8ff2

> Task :backend:printSemver
semver for backend: v0.11.0.49+78d8ff2

> Task :meta:ksp:processor:printSemver
semver for processor: v0.11.0.49+78d8ff2

> Task :compose:web:printSemver
semver for web: v0.11.0.49+78d8ff2

> Task :dep-mgmt:bom:printSemver
semver for bom: v0.11.0.49+78d8ff2

> Task :shared:printSemver
semver for shared: v0.11.0.49+78d8ff2

> Task :dep-mgmt:catalog:printSemver
semver for catalog: v0.11.0.49+78d8ff2

This is getting too verbose. So provide an option to print only for root project by default.

@JavierSegoviaCordoba
Copy link
Owner

@sureshg can you take a look at #162?

@sureshg
Copy link
Author

sureshg commented Aug 13, 2024

@JavierSegoviaCordoba thanks for the fix. Are you planning to release a new version soon?

@JavierSegoviaCordoba
Copy link
Owner

JavierSegoviaCordoba commented Aug 13, 2024

@sureshg I have just published the version 0.6.0 with it on Maven Central and Gradle Plugin Portal. You should be able to get it on your project in 10-30 minutes.

@sureshg
Copy link
Author

sureshg commented Aug 13, 2024

@JavierSegoviaCordoba cool..it's working as expected. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants