Skip to content

Commit

Permalink
[FLINK-36181] Remove Scala version bump for Java11 and Java17 profiles
Browse files Browse the repository at this point in the history
Since we've bumped Scala all together, we no longer need to bump it for these profiles
  • Loading branch information
MartijnVisser committed Jan 5, 2025
1 parent 1388f1d commit a672ec6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1069,8 +1069,6 @@ under the License.
</activation>

<properties>
<!-- Bump Scala because 2.12.7 doesn't compile on Java 17. -->
<scala.version>2.12.20</scala.version>
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava17</surefire.excludedGroups.jdk>
</properties>

Expand Down Expand Up @@ -1126,11 +1124,6 @@ under the License.
<jdk>[21,)</jdk>
</activation>

<properties>
<!-- Bump Scala because before 2.12.7 doesn't compile on Java 21. -->
<scala.version>2.12.20</scala.version>
</properties>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit a672ec6

Please sign in to comment.