You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/11/02 14:11:34 UTC

[flink] branch master updated: [FLINK-24699][build] Run scalastyle in validate phase

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 210711c  [FLINK-24699][build] Run scalastyle in validate phase
210711c is described below

commit 210711c4c1e9e324b9a897fd9411e50162754f6d
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Oct 28 19:57:40 2021 +0200

    [FLINK-24699][build] Run scalastyle in validate phase
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c9d6a9d..08f1822 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1945,6 +1945,7 @@ under the License.
 					<version>1.0.0</version>
 					<executions>
 						<execution>
+							<phase>validate</phase>
 							<goals>
 								<goal>check</goal>
 							</goals>