Skip to content

Commit e65d1c7

Browse files
committed
Exclude Gradle bin folder
1 parent 2c2b962 commit e65d1c7

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
@@ -77,7 +77,7 @@
7777
<encoding>UTF-8</encoding>
7878
<sourceDirectories>${basedir}</sourceDirectories>
7979
<includes>**/*</includes>
80-
<excludes>**/.git/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class,**/spring-boot-gradle-plugin/build/**</excludes>
80+
<excludes>**/.git/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class,**/spring-boot-gradle-plugin/build/**,**/spring-boot-gradle-plugin/bin/**</excludes>
8181
</configuration>
8282
<goals>
8383
<goal>check</goal>

0 commit comments

Comments
 (0)