We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e2bce commit 9872708Copy full SHA for 9872708
1 file changed
synthtool/gcp/templates/java_library/.kokoro/build.sh
@@ -51,9 +51,7 @@ test)
51
RETURN_CODE=$?
52
;;
53
lint)
54
- mvn \
55
- -Penable-samples \
56
- com.coveo:fmt-maven-plugin:check
+ mvn com.coveo:fmt-maven-plugin:check
57
58
59
javadoc)
0 commit comments