Skip to content

Commit

Permalink
[hotfix] Use jdk 1.8 for profile activation (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Apr 24, 2024
1 parent 22a2934 commit ed90318
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 @@ -392,7 +392,7 @@ under the License.
<profile>
<id>opensearch1</id>
<activation>
<jdk>[8,)</jdk>
<jdk>[1.8,)</jdk>
</activation>
<modules>
<module>flink-connector-opensearch</module>
Expand Down

0 comments on commit ed90318

Please sign in to comment.