Thanks for the great work Vladimir ~ I have tried the build with new gradle facilities and it is much faster !
Just have one question, how do I run the tests with diffRepository in the IDEA ? Such as RelOptRulesTest, I run it in IDEA but it could not find the xml resource file. Best, Danny Chan 在 2019年11月19日 +0800 PM6:25,Vladimir Sitnikov <[email protected]>,写道: > Thank you, everybody, for the review. > > I've merged the change, so the build is Gradle-based now. I hope I did not > break too many workflows with that change. > > Just in case, the new build steps are on the website ( > https://calcite.apache.org/docs/howto.html#running-tests ). > $ ./gradlew assemble # build the artifacts > $ ./gradlew build -x test # build the artifacts, verify code style, skip > tests > $ ./gradlew check # verify code style, execute tests > $ ./gradlew test # execute tests > $ ./gradlew style # update code formatting (for auto-correctable cases) and > verify style > $ ./gradlew spotlessCheck checkstyleAll # report code style violations > > IDEs might remember that "the project was Maven-based", so the easiest way > to migrate might be to remove project files and import > Gradle build. > > Vladimir
