Skip to content

Commit

Permalink
[FLINK-18455][build] Activate Java 11 profile also on later Java vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
nielsbasjes committed Jul 1, 2020
1 parent 29ddda4 commit ba92b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ under the License.
<profile>
<id>java11</id>
<activation>
<jdk>11</jdk>
<jdk>[11,)</jdk>
</activation>

<build>
Expand Down

0 comments on commit ba92b3b

Please sign in to comment.