Does anyone get this error too, rebuild Arrow from...
# arrow-contributors
i
Does anyone get this error too, rebuild Arrow from master:
Copy code
Build file '/Users/ulti_mate/IdeaProjects/Arrow_with_Access/arrow/modules/benchmarks/arrow-benchmarks-fx/build.gradle' line: 16

A problem occurred evaluating project ':arrow-benchmarks-fx'.
> Failed to apply plugin [id 'me.champeau.gradle.jmh']
   > This version of the JMH Gradle plugin requires Gradle 5.5+. Please upgrade Gradle or use an older version of the plugin.
s
I did the PR that updates that: https://github.com/arrow-kt/arrow/pull/1840 CI passed, 3 times
¯\_(ツ)_/¯
caching issues maybe?
maybe it can be removed?
i
I changed the version to 6.0.1 and it looks good so far. Thank you for your answer
s
I have never used it before, so maybe it's not needed 🤔
i
We might want a PR for that, but @pakoito needs to approve if that issue is just a local issue on my computer or it makes sense to create a PR. If yes I can do the PR.
I can approve that it works when the wrapper version is at 6.0.1 just as in our gradle wrapper properties.
This is something I observed after unsuccessful rebuilding a couple of times in
benchmarks
s
never seen that before 🤔
@Imran/Malic are you using Java8?
i
Yes 🙂