mjsax commented on code in PR #18471:
URL: https://github.com/apache/kafka/pull/18471#discussion_r1909734782


##########
streams/quickstart/java/src/main/resources/archetype-resources/pom.xml:
##########
@@ -47,41 +47,21 @@
         </repository>
     </repositories>
 
-    <!--
-               Execute "mvn clean package -Pbuild-jar"
-               to build a jar file out of this project!
-       -->
-
     <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.1</version>
+                <version>3.13.0</version>
                 <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
+                    <source>11</source>
+                    <target>11</target>
                 </configuration>
             </plugin>
         </plugins>
 
         <pluginManagement>
             <plugins>
-                <plugin>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <configuration>
-                        <source>1.8</source>
-                        <target>1.8</target>
-                        <compilerId>jdt</compilerId>

Review Comment:
   Removing the whole `<plugin>` section -- not sure why we set `jdt` instead 
of default `javac` originally



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to