Closed tristancaron closed 1 year ago
Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.
That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.
Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.
@tristancaron I'm happy to accept this, but this change only influences the build performance as we've switched to Maven for running the tests: https://github.com/tristancaron/kotlin-test-runner/blob/ccc45447fa7e29b4582df71cabe98cb3ea511918/src/main/kotlin/exercism/kotlin/autotests/executor/executor.kt#L56
@tristancaron I'm happy to accept this, but this change only influences the build performance as we've switched to Maven for running the tests: https://github.com/tristancaron/kotlin-test-runner/blob/ccc45447fa7e29b4582df71cabe98cb3ea511918/src/main/kotlin/exercism/kotlin/autotests/executor/executor.kt#L56
You are correct. Thank you for pointing it out.
30 suspects that Gradle may be the culprit for poor performances.
Current version of Gradle (6.x) was released in 2019. Performance improvements can be expected with this year version (8.x)
Few breacking changes forced us to modify our configuration:
mainClassName
is not supported anymore