We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f8a56 commit 6a96a56Copy full SHA for 6a96a56
plugins/maplibre-gl-leaflet/pom.xml
@@ -280,7 +280,7 @@
280
</dependency>
281
</dependencies>
282
<configuration>
283
- <configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
+ <configLocation>../../.config/checkstyle/checkstyle.xml</configLocation>
284
<includeTestSourceDirectory>true</includeTestSourceDirectory>
285
</configuration>
286
<executions>
@@ -306,7 +306,7 @@
306
<includeTests>true</includeTests>
307
<printFailingErrors>true</printFailingErrors>
308
<rulesets>
309
- <ruleset>../.config/pmd/java/ruleset.xml</ruleset>
+ <ruleset>../../.config/pmd/java/ruleset.xml</ruleset>
310
</rulesets>
311
312
<dependencies>
0 commit comments