Mattia Tommasone
Mattia Tommasone
Ok makes sense, sorry I lost track of what was going on here :)
I agree with your "best" solution @aSemy, i'll get it done today.
Just released v1.13.1.
Thanks! A couple of notes: according to [this doc](https://docs.github.com/en/actions/security-guides/encrypted-secrets), i guess you're right and periods need to be removed. Also, apparently I cannot set the secrets in the repo, so...
I guess this leaves us with two options: - Not testing Java 8 in CI - Not testing Android in CI And given that Java 8 is no longer being...
Thanks @TWiStErRob! I'll hold off publishing a new release until after the weekend then, so if you make any progress on this we can include it.
I don't think you should be mocking your `Car` class here. What you should be doing, instead, is something like ``` val car: Car = Car(mockk(relaxed = true)) // Pass...
Apparently something changed with sealed classes in 1.7. However, I couldn't find anything in the release notes: the only mention of sealed classes is that non-exhaustive sealed hierarchies now trigger...
I'm currently having issues publishing to oss.sonatype.org: https://issues.sonatype.org/browse/OSSRH-83030 As soon as this is resolved, I'll publish a new release.
@stefanzilske can you please try downloading the `master` branch and deploying it to your local maven repository by doing `./gradlew publishToMavenLocal` to check if #890 has fixed it?