tzulitai commented on a change in pull request #8647: [FLINK-12379][build] Fix
sql-parser code generation on Scala 2.12
URL: https://github.com/apache/flink/pull/8647#discussion_r291094128
##########
File path: pom.xml
##########
@@ -744,6 +743,11 @@ under the License.
<build>
<pluginManagement>
<plugins>
+ <plugin>
+
<groupId>org.codehaus.mojo</groupId>
+
<artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.7</version>
Review comment:
Why are do we pin it to 1.7, and not 1.12 (the version that was previously
used when the Scala 2.12 profile is enabled)?
----------------------------------------------------------------
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