Skip to content

Commit

Permalink
fixed compiling diktat.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 15, 2022
1 parent a7eb4f7 commit 33148e3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions diktat-ruleset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,23 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<executions>
<execution>
<id>compile</id>
<phase>process-sources</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<sourceDirs>
<source>src/main/java</source>
<source>src/main/kotlin</source>
<source>src/main/resources</source>
</sourceDirs>
<compilerPlugins>
<plugin>kotlinx-serialization</plugin>
</compilerPlugins>
</configuration>
</execution>
<execution>
<id>test-compile</id>
<phase>process-test-sources</phase>
Expand Down

0 comments on commit 33148e3

Please sign in to comment.