Skip to content

Commit

Permalink
Added *.srcjar, *.aar and *.war as supported file types
Browse files Browse the repository at this point in the history
  • Loading branch information
wmanth committed Jun 18, 2022
1 parent 3521acd commit 2b92b55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
"selector": [
{
"filenamePattern": "*.jar"
},
{
"filenamePattern": "*.srcjar"
},
{
"filenamePattern": "*.aar"
},
{
"filenamePattern": "*.war"
}
]
}
Expand Down

0 comments on commit 2b92b55

Please sign in to comment.