ctubbsii commented on PR #3022: URL: https://github.com/apache/thrift/pull/3022#issuecomment-2290001040
@jimexist I think you know the Java/Kotlin build stuff better than I do. I did this to attempt to simplify the GitHub Actions. However, with this change, it's easier to set the version and use gradlew for the spotless and ktfmt stuff, but the configure script still uses the version 8.9 from the GitHub Actions image because it doesn't know about gradlew, only the gradle on the path. Do you know of an easy way for the configure script to pick up and use gradlew? I was thinking it might be easier to contribute if users could use `gradle wrapper` to easily install the correct version of gradle using gradlew, but that won't work if the configure script ignores it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@thrift.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org