zentol commented on code in PR #22792:
URL: https://github.com/apache/flink/pull/22792#discussion_r1231140744
##########
flink-scala/pom.xml:
##########
@@ -328,5 +328,20 @@ under the License.
</plugins>
</build>
</profile>
+ <profile>
+ <id>java17</id>
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>io.github.zentol.japicmp</groupId>
+
<artifactId>japicmp-maven-plugin</artifactId>
+ <configuration>
+ <!-- version bump broke
the checks -->
+ <skip>true</skip>
Review Comment:
This currently doesn't to have any effect; investigating.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]