Skip to content

Commit

Permalink
chore: bump detekt-maven-plugin and use explicit source paths (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Nov 27, 2023
1 parent 9bc2156 commit b897f10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3</version>
<version>1.23.3.1</version>
<configuration>
<disableDefaultRuleSets>true</disableDefaultRuleSets>
<classPath>${generated.classpath}</classPath>
Expand All @@ -186,7 +186,7 @@
${project.build.directory}/dependency/ftl-runtime-${ftl.version}.jar
</plugin>
</plugins>
<input>${project.basedir}</input>
<input>${project.basedir}/src/main/kotlin,${project.build.directory}/generated-sources/ftl</input>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions examples/online-boutique/services/ad-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3</version>
<version>1.23.3.1</version>
<configuration>
<disableDefaultRuleSets>true</disableDefaultRuleSets>
<classPath>${generated.classpath}</classPath>
Expand All @@ -175,7 +175,7 @@
${project.build.directory}/dependency/ftl-runtime-${ftl.version}.jar
</plugin>
</plugins>
<input>${project.basedir}</input>
<input>${project.basedir}/src/main/kotlin,${project.build.directory}/generated-sources/ftl</input>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-runtime/scaffolding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
${project.build.directory}/dependency/ftl-runtime-${ftl.version}.jar
</plugin>
</plugins>
<input>${project.basedir}</input>
<input>${project.basedir}/src/main/kotlin,${project.build.directory}/generated-sources/ftl</input>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit b897f10

Please sign in to comment.