File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ under the License.
261
261
<checkstyle .skip>false</checkstyle .skip>
262
262
<pmd .skip>false</pmd .skip>
263
263
<pmd .analysisCacheLocation>${user.home}/.cache/runelite/pmd.cache</pmd .analysisCacheLocation>
264
+ <shade .skip>true</shade .skip>
264
265
</properties >
265
266
</profile >
266
267
</profiles >
Original file line number Diff line number Diff line change 40
40
<pmd .skip>true</pmd .skip>
41
41
<git .commit.id.abbrev>nogit</git .commit.id.abbrev>
42
42
<git .dirty>false</git .dirty>
43
+ <shade .skip>false</shade .skip>
43
44
</properties >
44
45
45
46
<dependencies >
381
382
<plugin >
382
383
<groupId >org.apache.maven.plugins</groupId >
383
384
<artifactId >maven-shade-plugin</artifactId >
384
- <version >3.2.3 </version >
385
+ <version >3.3.0 </version >
385
386
<executions >
386
387
<execution >
387
388
<phase >package</phase >
388
389
<goals >
389
390
<goal >shade</goal >
390
391
</goals >
391
392
<configuration >
393
+ <skip >${shade.skip} </skip >
392
394
<shadedArtifactAttached >true</shadedArtifactAttached >
393
395
<shadedClassifierName >shaded</shadedClassifierName >
394
396
You can’t perform that action at this time.
0 commit comments