Skip to content

Commit

Permalink
add resource-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dodgex committed Oct 31, 2024
1 parent 5335fea commit 688013c
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"resources": {
"includes": [
{
"pattern": "\\QMETA-INF/resources/webjars-locator.properties\\E",
"condition": {
"typeReachable": "org.webjars.WebJarVersionLocator"
}
},
{
"pattern": "\\QMETA-INF\/resources\/webjars\/\\E.*",
"condition": {
"typeReachable": "org.webjars.WebJarVersionLocator"
}
},
{
"pattern": "\\QMETA-INF/maven/org.webjars/\\E.*\\Q/pom.properties\\E",
"condition": {
"typeReachable": "org.webjars.WebJarVersionLocator"
}
},
{
"pattern": "\\QMETA-INF/maven/org.webjars.npm/\\E.*\\Q/pom.properties\\E",
"condition": {
"typeReachable": "org.webjars.WebJarVersionLocator"
}
}
]
}
}

0 comments on commit 688013c

Please sign in to comment.