Skip to content

Commit

Permalink
Merge pull request #792 from navikt/pin-kotlin-compiler-version
Browse files Browse the repository at this point in the history
fix(build): use matching kotlin version for compiler plugin
  • Loading branch information
jan-olaveide authored Nov 21, 2023
2 parents 7e12f68 + 77b0fc0 commit eab442d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<executions>
<execution>
<id>compile</id>
Expand Down

0 comments on commit eab442d

Please sign in to comment.