File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 140
140
<groupId >org.apache.maven.plugins</groupId >
141
141
<artifactId >maven-surefire-plugin</artifactId >
142
142
<configuration >
143
- <argLine >@{surefireArgLine}</argLine >
143
+ <argLine >
144
+ -Djna.nosys=true
145
+ @{surefireArgLine}
146
+ </argLine >
144
147
</configuration >
145
148
</plugin >
146
149
</plugins >
Original file line number Diff line number Diff line change 13
13
14
14
<name >OpenGrok Suggester</name >
15
15
16
+ <properties >
17
+ <jdkArgs ></jdkArgs >
18
+ </properties >
19
+
16
20
<dependencies >
17
21
<dependency >
18
22
<groupId >org.apache.lucene</groupId >
97
101
<groupId >org.apache.maven.plugins</groupId >
98
102
<artifactId >maven-surefire-plugin</artifactId >
99
103
<configuration >
100
- <argLine >@{surefireArgLine}</argLine >
104
+ <argLine >
105
+ -Djna.nosys=true
106
+ @{surefireArgLine}
107
+ </argLine >
101
108
</configuration >
102
109
</plugin >
103
110
</plugins >
117
124
<configuration >
118
125
<argLine >
119
126
@{surefireArgLine}
127
+ -Djna.nosys=true
120
128
--illegal-access=permit
121
129
--add-exports java.base/jdk.internal.ref=ALL-UNNAMED
122
130
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
You can’t perform that action at this time.
0 commit comments