mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
The setForEvery function's argument was changed from Long to long in Gradle 8.1. It caused precompiled code failure on older Gradle versions, because it tries to execute the setForkEvery(long) function that doesn't exist on old Gradle versions. ### Issues * IDEA-369597 Cannot debug test with gradle. NoSuchMethodError: org.gradle.api.tasks.testing.Test.setForkEvery (cherry picked from commit 333c0be2030f25e62f7e2af735dee3a11066f760) IJ-CR-161042 GitOrigin-RevId: cc825407cf6a9c257cf718e7dbe32e81d8f563b3