snuyanzin opened a new pull request, #3007: URL: https://github.com/apache/calcite/pull/3007
`sourceCompatibility` and `targetCompatibility` removed in latest gradle. Currently there is one warning in output for `./gradlew help --warning-mode=all` ``` > Task :buildSrc:autostyleKotlinCheck NO-SOURCE Relying on FileTrees for ignoring empty directories when using @SkipWhenEmpty has been deprecated. This is scheduled to be removed in Gradle 8.0. Annotate the property sourceFiles with @IgnoreEmptyDirectories or remove @SkipWhenEmpty. Consult the upgrading guide for further information: https://docs.gradle.org/7.6/userguide/upgrading_version_7.html#empty_directories_file_tree ``` From one side it complains about Autostyle code (https://github.com/autostyle/autostyle), from another it looks like a gradle bug since a corresponding method in autostyle is marked by both annotations: `@SkipWhenEmpty` and `@IgnoreEmptyDirectories`. Anyway it is not related to Calcite code -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
