Skip to content

Commit

Permalink
use external profile to disable formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 authored and RandomTannenbaum committed Nov 19, 2024
1 parent b2b9c80 commit 01ead1a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.23.0</version>
<executions>
<execution>
<id>code-format</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 01ead1a

Please sign in to comment.