kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

WorkerExecutor.submit is deprecated

Open ilya-g opened this issue 3 years ago • 0 comments

The method WorkerExecutor.submit used in JmhBytecodeGeneratorTask is deprecated in Gradle and will be removed in Gradle 8. We need to migrate to using one of its work queues, for example to noIsolation(). JmhBytecodeGeneratorWorker also has to be migrated to implement WorkAction<> interface.

More details here: https://docs.gradle.org/current/userguide/upgrading_version_5.html#method_workerexecutor_submit_is_deprecated

ilya-g avatar Aug 10 '21 01:08 ilya-g