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

chesnay pushed a commit to branch parent_pom
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/parent_pom by this push:
     new 813ab45  [FLINK-29436] Enable spotless on Java 17
813ab45 is described below

commit 813ab45461ef29dd841d63995e97b40125a0d7e4
Author: tison <wander4...@gmail.com>
AuthorDate: Thu Jul 20 21:28:45 2023 +0800

    [FLINK-29436] Enable spotless on Java 17
---
 pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70402b9..00c9a9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -908,30 +908,6 @@ under the License.
                 </pluginManagement>
             </build>
         </profile>
-        <profile>
-            <id>java17</id>
-            <activation>
-                <jdk>[17,)</jdk>
-            </activation>
-
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>com.diffplug.spotless</groupId>
-                            <artifactId>spotless-maven-plugin</artifactId>
-                            <configuration>
-                                <!-- Current google format does not run on 
Java 17.
-                                     Don't upgrade it in this profile because 
it formats code differently.
-                                     Re-evaluate once support for Java 8 is 
dropped. -->
-                                <skip>true</skip>
-                            </configuration>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-            </build>
-        </profile>
-
         <profile>
             <id>java11-target</id>
             <build>

Reply via email to