Skip to content

Commit

Permalink
[FLINK-21571][build] Fix japicmp referenceVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Mar 4, 2021
1 parent 872ad09 commit 5d8c4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions flink-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ under the License.
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<parameter>
<!-- This acts as a canary in case the japicmp.referenceVersion was set to an invalid value -->
<ignoreNonResolvableArtifacts>false</ignoreNonResolvableArtifacts>
<excludes combine.children="append">
<exclude>org.apache.flink.api.common.ExecutionConfig#CONFIG_KEY</exclude>
<exclude>org.apache.flink.core.fs.FileSystem\$FSKey</exclude>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ under the License.
For Hadoop 2.7, the minor Hadoop version supported for flink-shaded-hadoop-2-uber is 2.7.5
-->
<hivemetastore.hadoop.version>2.7.5</hivemetastore.hadoop.version>
<japicmp.referenceVersion>1.13.0</japicmp.referenceVersion>
<japicmp.referenceVersion>1.12.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<spotless.version>2.4.2</spotless.version>

Expand Down

0 comments on commit 5d8c4c5

Please sign in to comment.