I am trying my hand at this issue: <https://github...
# arrow-contributors
g
I am trying my hand at this issue: https://github.com/arrow-kt/arrow/issues/2812 but I am having trouble compiling the core module:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
is there a suggested gradle version?
s
Hey @Giorgos Makris, Awesome! Are you using a local installed Gradle instead of the wrapper? We're using 7.5 in the project if you build with
./gradlew
. https://github.com/arrow-kt/arrow/blob/6aa1875a687fb2c1c0e639bdd73be4a05bdfbf7a/gradle/wrapper/gradle-wrapper.properties#L3
Curious what is removed in Gradle 8.0 that we're using 😮 I guess we'll have to fix it soon. Going to create a ticket for this
g
Yeah I was using the one set globally by intellij. Will downgrade, thanks a lot!
s
Thank you! Created a ticket to look into it 😉 https://github.com/arrow-kt/arrow/issues/2813
g
As for any questions with regards to the issue itself, is it better to ask here or on the github issue?
s
Whatever works easier for you. The github ticket probably has more visbility, so you might get a reply faster there.
g
That makes sense. I appreciate the help 🙂
s
You're very welcome ☺️ Good luck with the issue
g
I'm a bit nervous to put my code out there but I'm pulling through. You have all been very friendly and welcoming though
s
I understand very well. Contributing the first time can be very daunting 😅 I felt exactly the same, but it was not needed. Everyone is learning, and working together to create good software.