Skip to content

Commit 2736320

Browse files
committed
Fix skipping of formatting
Signed-off-by: Julien Nioche <[email protected]>
1 parent 523a800 commit 2736320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
</dependency>
187187
</dependencies>
188188
<configuration>
189-
<skip>${skip.format.code}</skip>
189+
<skip>${skipFormatCode}</skip>
190190
<formatterOptions>
191191
<googleJavaFormat.aosp>true</googleJavaFormat.aosp>
192192
<googleJavaFormat.fixImportsOnly>false</googleJavaFormat.fixImportsOnly>

0 commit comments

Comments
 (0)