Alexey Serbin has uploaded this change for review. ( 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 --- M java/gradle/quality.gradle 1 file changed, 35 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/16/20116/1 -- 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: newchange Gerrit-Change-Id: I6e67e71ab21908166aba0f83a10b4aba0fdc5f3d Gerrit-Change-Number: 20116 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
