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

Release 1.12.6 and 1.12.7 jars are empty on Maven Central #896

Closed
3 tasks done
m-rm opened this issue Aug 24, 2022 · 2 comments
Closed
3 tasks done

Release 1.12.6 and 1.12.7 jars are empty on Maven Central #896

m-rm opened this issue Aug 24, 2022 · 2 comments

Comments

@m-rm
Copy link

m-rm commented Aug 24, 2022

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Expected Behavior

The jar files should contain files other than META-INF.

Current Behavior

They do not, which causes the tests to fail because the classes can't be found.

Steps to Reproduce

  1. Download https://repo1.maven.org/maven2/io/mockk/mockk/1.12.7/mockk-1.12.7.jar or https://repo1.maven.org/maven2/io/mockk/mockk/1.12.6/mockk-1.12.6.jar
  2. Examine contents with 7Zip or similar

Context

  • MockK version: 1.12.6, 1.12.7
@ghost
Copy link

ghost commented Aug 24, 2022

See this comment.

@m-rm
Copy link
Author

m-rm commented Aug 24, 2022

Thank you. README.md should be changed since it still contains the following example for Maven:

<dependency>
    <groupId>io.mockk</groupId>
    <artifactId>mockk</artifactId>
    <version>{version}</version>
    <scope>test</scope>
</dependency>

@m-rm m-rm closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2022
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