tillrohrmann commented on issue #9751: [FLINK-14177] bump curator from 2.12.0 to 4.2.0 URL: https://github.com/apache/flink/pull/9751#issuecomment-535494575 Well technically speaking you can also build Flink with maven > 3.2.5. You just have to build flink-dist after you've built the other modules via a separate maven call. On Thu, Sep 26, 2019 at 2:49 PM 谢磊 <[email protected]> wrote: > hi, @tillrohrmann <https://github.com/tillrohrmann>. > > if so, it's better to add maven-enforcer-plugin to pom.xml. > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-enforcer-plugin</artifactId> > <version>3.0.0-M2</version> > <executions> > <execution> > <id>enforce-versions</id> > <goals> > <goal>enforce</goal> > </goals> > <configuration> > <rules> > <requireMavenVersion> > <version>3.2.5</version> > </requireMavenVersion> > <requireJavaVersion> > <version>1.8</version> > </requireJavaVersion> > </rules> > </configuration> > </execution> > </executions> > </plugin> > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/flink/pull/9751?email_source=notifications&email_token=ABL5POU5OLE637D5MN7YC5LQLSVTZA5CNFSM4IZ2TXDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7VOBQI#issuecomment-535486657>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ABL5POUW52AKZQAWQNVPQG3QLSVTZANCNFSM4IZ2TXDA> > . >
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
