Skip to content

Commit 9839221

Browse files
committed
Catch IllegalArgumentException when creating relative paths.
On Windows an IAE is thrown if the relative path cannot be created. See https://issues.jenkins-ci.org/browse/JENKINS-61295. Followup to uhafner/codingstyle@dda89ba
1 parent b944a05 commit 9839221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<module.name>${project.groupId}.plugin.util.api</module.name>
2525

2626
<commons.lang.version>3.9</commons.lang.version>
27-
<codingstyle.library.version>1.0.1</codingstyle.library.version>
27+
<codingstyle.library.version>1.0.2</codingstyle.library.version>
2828
</properties>
2929

3030
<licenses>

0 commit comments

Comments
 (0)