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

Kotest Gradle plugin is missing in snapshot publications #4012

Open
OliverO2 opened this issue May 10, 2024 · 1 comment
Open

Kotest Gradle plugin is missing in snapshot publications #4012

OliverO2 opened this issue May 10, 2024 · 1 comment

Comments

@OliverO2
Copy link
Contributor

OliverO2 commented May 10, 2024

The io.kotest.multiplatform Gradle plugin (io.kotest:kotest-framework-multiplatform-plugin-gradle) is not published to the snapshot repo. This complicates configuring Kotest dependencies (separate version for plugin and libraries required) and blocks using snapshots which require an updated plugin.

@OliverO2
Copy link
Contributor Author

Maybe adding the last line of this to .github/workflows/master.yml would suffice?

jobs:
   linux:
      strategy:
         matrix:
            target:
               - :kotest-framework:kotest-framework-multiplatform-plugin-gradle:publish

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

No branches or pull requests

1 participant