Commit 688013c 1 parent 5335fea commit 688013c Copy full SHA for 688013c
File tree 1 file changed +30
-0
lines changed
src/main/resources/META-INF/native-image/org.webjars/webjars-locator-lite
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "resources" : {
3
+ "includes" : [
4
+ {
5
+ "pattern" : " \\ QMETA-INF/resources/webjars-locator.properties\\ E" ,
6
+ "condition" : {
7
+ "typeReachable" : " org.webjars.WebJarVersionLocator"
8
+ }
9
+ },
10
+ {
11
+ "pattern" : " \\ QMETA-INF\/ resources\/ webjars\/\\ E.*" ,
12
+ "condition" : {
13
+ "typeReachable" : " org.webjars.WebJarVersionLocator"
14
+ }
15
+ },
16
+ {
17
+ "pattern" : " \\ QMETA-INF/maven/org.webjars/\\ E.*\\ Q/pom.properties\\ E" ,
18
+ "condition" : {
19
+ "typeReachable" : " org.webjars.WebJarVersionLocator"
20
+ }
21
+ },
22
+ {
23
+ "pattern" : " \\ QMETA-INF/maven/org.webjars.npm/\\ E.*\\ Q/pom.properties\\ E" ,
24
+ "condition" : {
25
+ "typeReachable" : " org.webjars.WebJarVersionLocator"
26
+ }
27
+ }
28
+ ]
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments