<@UVAR0DXP0> do you want to try kicking off a buil...
# kotest-contributors
s
@Emil Kantis do you want to try kicking off a build for M5? Or is the updated release process blocked on me for something ?
e
Ill give it a go
s
sweet
there's a couple of PRs building atm we might wanna wait for
e
wanna get the compiler plugin deletion in before we go? or can that hold until rc1?
s
guess it doesn't matter since it's just removing things
e
https://github.com/kotest/kotest/actions/runs/16126429116/job/45510012099 We can just cancel the deployment/release after checking that everything gets into maven central fine, if you wanna get the last stuff in
I just wanna check that it seems to be working fine before I call it a night
Central is complaining about kotlin dependencies not having explicit versions
Copy code
{
  "pkg:maven/io.kotest/kotest-property-permutations@6.0.0.M5": [
    "Dependency version information is missing for dependency: org.jetbrains.kotlin:kotlin-reflect"
  ],
  "pkg:maven/io.kotest/kotest-assertions-core@6.0.0.M5": [
    "Dependency version information is missing for dependency: org.jetbrains.kotlin:kotlin-reflect"
  ],
  "pkg:maven/io.kotest/kotest-assertions-shared@6.0.0.M5": [
    "Dependency version information is missing for dependency: org.jetbrains.kotlin:kotlin-reflect"
  ],
  "pkg:maven/io.kotest/kotest-framework-engine@6.0.0.M5": [
    "Dependency version information is missing for dependency: org.jetbrains.kotlin:kotlin-test-common",
    "Dependency version information is missing for dependency: org.jetbrains.kotlin:kotlin-test-annotations-common",
    "Dependency version information is missing for dependency: org.jetbrains.kotlin:kotlin-reflect"
  ],
  "pkg:maven/io.kotest/kotest-common@6.0.0.M5": [
    "Dependency version information is missing for dependency: org.jetbrains.kotlin:kotlin-reflect"
  ]
}
s
I've never used the new process before