This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 49da798580 Upgrade scala maven plugin to 4.9.0 (#13007)
49da798580 is described below

commit 49da7985806d31d7cdf63a76b888c74cd0bc816b
Author: Abhishek Sharma <[email protected]>
AuthorDate: Thu Apr 25 12:41:19 2024 -0400

    Upgrade scala maven plugin to 4.9.0 (#13007)
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13f99490d1..f353f4712a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1884,7 +1884,7 @@
         <plugin>
           <groupId>net.alchim31.maven</groupId>
           <artifactId>scala-maven-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>4.9.0</version>
           <executions>
             <execution>
               <id>add-source</id>
@@ -1920,6 +1920,9 @@
           </executions>
           <configuration>
             <scalaVersion>${scala.version}</scalaVersion>
+            <release>${jdk.version}</release>
+            <source>${jdk.version}</source>
+            <target>${jdk.version}</target>
             <args>
               <arg>-unchecked</arg>
               <arg>-deprecation</arg>
@@ -1930,10 +1933,6 @@
               <jvmArg>-Xmx1024m</jvmArg>
             </jvmArgs>
             <javacArgs>
-              <javacArg>-source</javacArg>
-              <javacArg>${jdk.version}</javacArg>
-              <javacArg>-target</javacArg>
-              <javacArg>${jdk.version}</javacArg>
               <javacArg>-Xlint:all,-serial,-path</javacArg>
             </javacArgs>
           </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to