We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f7efa commit 77ee45cCopy full SHA for 77ee45c
tensorflow-core/tensorflow-core-api/pom.xml
@@ -482,6 +482,24 @@
482
</descriptorRefs>
483
</configuration>
484
</plugin>
485
+ <plugin>
486
+ <groupId>com.diffplug.spotless</groupId>
487
+ <artifactId>spotless-maven-plugin</artifactId>
488
+ <version>${spotless.version}</version>
489
+ <configuration>
490
+ <java>
491
+ <includes>
492
+ <include>src/gen/**/*.java</include>
493
+ </includes>
494
+ <excludes>
495
+ <exclude>
496
+ src/main/**/c_api/**/*.java
497
+ src/gen/**/c_api/**/*.java
498
+ </exclude>
499
+ </excludes>
500
+ </java>
501
+ </configuration>
502
+ </plugin>
503
</plugins>
504
</build>
505
</project>
0 commit comments