We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50638ec commit 46a1ee9Copy full SHA for 46a1ee9
java/Makefile
@@ -20,6 +20,8 @@ ifneq ($(install_bindir),)
20
GRADLEARGS += -Dorg.gradle.project.binDir=$(install_bindir)
21
endif
22
23
+GRADLEARGS += -x checkStyleMain -x checkStyleTest
24
+
25
all:
26
$(GRADLE) $(GRADLEARGS) build
27
java/msbuild/ice.proj
@@ -11,6 +11,7 @@
11
12
<PropertyGroup>
13
<Gradle Condition="'$(Gradle)' == ''">gradlew</Gradle>
14
+ <GRADLEARGS>-x checkStyleMain -x checkStyleTest</GRADLEARGS>
15
<slice2java>slice2java</slice2java>
16
</PropertyGroup>
17
0 commit comments