Closed RenFraser closed 1 year ago
Tried building for both Java 11 and 17 locally, and both succeed on my machine 😱 Unsure on why the CI fails here. Could it be that the tests that fails are a bit flaky? Will try to have a deeper look at that...
tests that fails are a bit flaky
Ok, I've bumped the kotlin version in the top level build.gradle.kts
to match the newly committed version of 1.8.10. If you can approve the workflow and it passes then it could be just that there was a version mismatch that needed to be updated?
tests that fails are a bit flaky
Ok, I've bumped the kotlin version in the top level
build.gradle.kts
to match the newly committed version of 1.8.10. If you can approve the workflow and it passes then it could be just that there was a version mismatch that needed to be updated?
Nice! Still waiting for accesses, but if I get them I will approve the workflow 🙂
@themkat I've sent out an invite. Did you get my e-mail?
@themkat I've sent out an invite. Did you get my e-mail?
Yes 😄 Thank you! Will try to have a look later tonight. Sadly I need some time to relax after a long day at work first 🙁
Hi @fwcd, this is a PR to migrate the build scripts from Groovy to Kotlin DSL. It's not a perfect implementation but think that it'll be a good start that we can build upon.
To create this change I've:
I'd love to get this merged because I'd like to introduce some static analysis tools to the build, such as ktlint and Detekt