Skip to content

Commit 46a1ee9

Browse files
Checkstyle Failures Shouldn't Fail Normal Builds (#4359)
1 parent 50638ec commit 46a1ee9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

java/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ifneq ($(install_bindir),)
2020
GRADLEARGS += -Dorg.gradle.project.binDir=$(install_bindir)
2121
endif
2222

23+
GRADLEARGS += -x checkStyleMain -x checkStyleTest
24+
2325
all:
2426
$(GRADLE) $(GRADLEARGS) build
2527

java/msbuild/ice.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<PropertyGroup>
1313
<Gradle Condition="'$(Gradle)' == ''">gradlew</Gradle>
14+
<GRADLEARGS>-x checkStyleMain -x checkStyleTest</GRADLEARGS>
1415
<slice2java>slice2java</slice2java>
1516
</PropertyGroup>
1617

0 commit comments

Comments
 (0)