Skip to content

Commit

Permalink
chore(build): Revert accidentally added plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Jan 25, 2024
1 parent 87ab897 commit fff1232
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@
<artifactId>jreleaser-maven-plugin</artifactId>
<version>1.10.0</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.41.1</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down Expand Up @@ -240,46 +235,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<java>
<palantirJavaFormat>
<version>2.40.0</version>
</palantirJavaFormat>
<toggleOffOn />
</java>
<markdown>
<excludes>
<exclude>**/node_modules/**/*.md</exclude>
</excludes>
<includes>
<include>/*.md</include>
</includes>
<flexmark />
<toggleOffOn />
</markdown>
<pom>
<sortPom>
<expandEmptyElements>false</expandEmptyElements>
<indentSchemaLocation>true</indentSchemaLocation>
<keepBlankLines>true</keepBlankLines>
<nrOfIndentSpace>4</nrOfIndentSpace>
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
</sortPom>
<toggleOffOn />
</pom>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit fff1232

Please sign in to comment.