Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20116 )
Change subject: [java] introduce skipCodeStyleChecks gradle property ...................................................................... [java] introduce skipCodeStyleChecks gradle property It doesn't make much sense to run code style verification in various non-development build environments since the code isn't supposed to change and be pushed back into the repository in such a case. All those verification and checks are enabled by default to be run in standard development environment and various pre-commit verification builds. With this patch, it's now possible to define the 'skipCodeStyleChecks' property to avoid running those code style verifications for Java and Scala code: ./gradlew -PskipCodeStyleChecks=true ... Change-Id: I6e67e71ab21908166aba0f83a10b4aba0fdc5f3d Reviewed-on: http://gerrit.cloudera.org:8080/20116 Tested-by: Kudu Jenkins Reviewed-by: Abhishek Chennaka <[email protected]> --- M java/gradle/quality.gradle 1 file changed, 35 insertions(+), 24 deletions(-) Approvals: Kudu Jenkins: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20116 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6e67e71ab21908166aba0f83a10b4aba0fdc5f3d Gerrit-Change-Number: 20116 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Chovan <[email protected]>
