Skip to content

Commit 6a96a56

Browse files
committed
Fix paths for CheckStyle / PMD
1 parent 68f8a56 commit 6a96a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/maplibre-gl-leaflet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
</dependency>
281281
</dependencies>
282282
<configuration>
283-
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
283+
<configLocation>../../.config/checkstyle/checkstyle.xml</configLocation>
284284
<includeTestSourceDirectory>true</includeTestSourceDirectory>
285285
</configuration>
286286
<executions>
@@ -306,7 +306,7 @@
306306
<includeTests>true</includeTests>
307307
<printFailingErrors>true</printFailingErrors>
308308
<rulesets>
309-
<ruleset>../.config/pmd/java/ruleset.xml</ruleset>
309+
<ruleset>../../.config/pmd/java/ruleset.xml</ruleset>
310310
</rulesets>
311311
</configuration>
312312
<dependencies>

0 commit comments

Comments
 (0)