Skip to content

Commit

Permalink
fix(presets): Spring Boot group includes Gradle plugin (#11953)
Browse files Browse the repository at this point in the history
* fix(presets): Spring Boot group includes Gradle plugin

* fix(presets): Spring Boot group includes Gradle plugin
  • Loading branch information
Xendar committed Sep 29, 2021
1 parent 4d121b5 commit 79e65bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/presets/internal/group.ts
Expand Up @@ -266,6 +266,7 @@ const staticGroups = {
{
groupName: 'spring boot',
matchPackagePrefixes: ['org.springframework.boot:'],
matchPackageNames: ['org.springframework.boot'],
},
],
},
Expand Down

0 comments on commit 79e65bd

Please sign in to comment.