Skip to content

Commit

Permalink
Fix skipping of formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
  • Loading branch information
jnioche committed Sep 27, 2024
1 parent 523a800 commit 2736320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</dependency>
</dependencies>
<configuration>
<skip>${skip.format.code}</skip>
<skip>${skipFormatCode}</skip>
<formatterOptions>
<googleJavaFormat.aosp>true</googleJavaFormat.aosp>
<googleJavaFormat.fixImportsOnly>false</googleJavaFormat.fixImportsOnly>
Expand Down

0 comments on commit 2736320

Please sign in to comment.