Skip to content

Commit

Permalink
[FLINK-29436] Enable spotless on Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Jul 20, 2023
1 parent a5a06c8 commit 813ab45
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 813ab45

Please sign in to comment.