Skip to content

Commit

Permalink
[FLINK-36181] Bump scala-maven-plugin to support Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Aug 30, 2024
1 parent 9dde7d1 commit 5f260e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2326,11 +2326,10 @@ under the License.
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.2.2</version>
<version>4.9.2</version>
<configuration>
<args>
<arg>-nobootcp</arg>
<arg>-target:jvm-${target.java.version}</arg>
</args>
<jvmArgs>
<arg>-Xss2m</arg>
Expand Down

0 comments on commit 5f260e0

Please sign in to comment.