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

Doc fix in README: say "Kover Maven Plugin" where you mean it, not "Kover Gradle Plugin" #658

Closed
binkley opened this issue Jul 20, 2024 · 1 comment
Assignees
Labels
Bug Bug issue type S: untriaged Status: issue reported but unprocessed

Comments

@binkley
Copy link

binkley commented Jul 20, 2024

Thank you again for implementing #51!

Describe the bug
A trivial doc fix: the README.md says "Gradle" where it means to say "Maven".
See the line starting "For full information about latest stable release".

Kover Maven Plugin
The Kover Maven Plugin can be applied by specifying build plugin

<plugin>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kover-maven-plugin</artifactId>
    <version>0.8.3</version>
</plugin>
The list of Kover goals is specified in [this document section](https://kotlin.github.io/kotlinx-kover/maven-plugin#goals).

For full information about latest stable release of Kover Gradle Plugin, please refer to the [documentation](https://kotlin.github.io/kotlinx-kover/maven-plugin).

Errors
n/a

Expected behavior
README.md should say "Kover Maven Plugin" and not "Kover Gradle Plugin" in this section of the README.

Reproducer
n/a

Reports
n/a

Environment
n/a

@binkley binkley added Bug Bug issue type S: untriaged Status: issue reported but unprocessed labels Jul 20, 2024
@shanshin
Copy link
Collaborator

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug issue type S: untriaged Status: issue reported but unprocessed
Projects
None yet
Development

No branches or pull requests

2 participants