Skip to content

Commit

Permalink
Fix pattern for spring-boot-tools' name predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jun 1, 2020
1 parent 7722394 commit 37c6618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse/spring-boot-project.setup
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
name="spring-boot-tools">
<predicate
xsi:type="predicates:NamePredicate"
pattern="spring-boot-(tools|antlib|configuration-.*|loader|.*-tools|*.layertools|.*-plugin|autoconfigure-processor|buildpack.*)"/>
pattern="spring-boot-(tools|antlib|configuration-.*|loader|.*-tools|.*-layertools|.*-plugin|autoconfigure-processor|buildpack.*)"/>
</workingSet>
<workingSet
name="spring-boot-starters">
Expand Down

0 comments on commit 37c6618

Please sign in to comment.