Skip to content

Commit bc5fa88

Browse files
committed
spotless skip
1 parent c53cab9 commit bc5fa88

File tree

1 file changed

+7
-0
lines changed
  • client-java-contrib/prometheus-operator

1 file changed

+7
-0
lines changed

client-java-contrib/prometheus-operator/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
2929
</configuration>
3030
</plugin>
31+
<plugin>
32+
<groupId>com.diffplug.spotless</groupId>
33+
<artifactId>spotless-maven-plugin</artifactId>
34+
<configuration>
35+
<skip>true</skip>
36+
</configuration>
37+
</plugin>
3138
</plugins>
3239
</build>
3340
</project>

0 commit comments

Comments
 (0)