Skip to content

Commit

Permalink
Making CodeNarc respect source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 9, 2019
1 parent a1cbcf4 commit f3dcc17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<jenkins.version>2.7.4</jenkins.version>
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<violations-lib>1.72</violations-lib>
<violations-maven>1.13</violations-maven>
<changelog>1.58</changelog>
<fmt>2.6.0</fmt>
<violations-lib>1.73</violations-lib>
<violations-maven>1.14</violations-maven>
<changelog>1.59</changelog>
<fmt>2.7</fmt>
</properties>

<artifactId>violation-comments-to-stash</artifactId>
Expand Down

0 comments on commit f3dcc17

Please sign in to comment.