Skip to content

Commit

Permalink
SourceDirectory for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ehellerslien committed Oct 19, 2023
1 parent 0916d24 commit 7657ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<kotlin.code.style>official</kotlin.code.style>
</properties>
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -80,7 +81,7 @@
</goals>
<configuration>
<sourceDirs>
<source>src/test/java</source>
<source>src/test/kotlin</source>
<source>target/generated-test-sources/test-annotations</source>
</sourceDirs>
</configuration>
Expand Down

0 comments on commit 7657ec9

Please sign in to comment.