We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2b962 commit e65d1c7Copy full SHA for e65d1c7
pom.xml
@@ -77,7 +77,7 @@
77
<encoding>UTF-8</encoding>
78
<sourceDirectories>${basedir}</sourceDirectories>
79
<includes>**/*</includes>
80
- <excludes>**/.git/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class,**/spring-boot-gradle-plugin/build/**</excludes>
+ <excludes>**/.git/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class,**/spring-boot-gradle-plugin/build/**,**/spring-boot-gradle-plugin/bin/**</excludes>
81
</configuration>
82
<goals>
83
<goal>check</goal>
0 commit comments