Skip to content

Commit

Permalink
fixed the scala-2.12 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
razajafri committed Jun 7, 2024
1 parent 0d0610b commit b7f175f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1531,13 +1531,13 @@ This will force full Scala code rebuild in downstream modules.
<message>Only Java 8, 11, and 17 are supported!</message>
<version>[1.8,1.9),[11,12),[17,18)</version>
</requireJavaVersion>
<!-- #if scala-2.12 --><!--
<!-- #if scala-2.12 -->
<requireProperty>
<property>buildver</property>
<regex>^(?!400).*$</regex>
<message>Spark 4.0.0 is only supported for Scala 2.13</message>
</requireProperty>
--><!-- #endif scala-2.12 -->
<!-- #endif scala-2.12 -->
<!-- #if scala-2.13 --><!--
<requireProperty>
<regexMessage>Unexpected buildver value ${buildver} for a Scala 2.13 build, only Apache Spark versions 3.3.0 (330) and higher are supported, no vendor builds such as 330db</regexMessage>
Expand Down

0 comments on commit b7f175f

Please sign in to comment.