Skip to content

Commit eab442d

Browse files
authored
Merge pull request #792 from navikt/pin-kotlin-compiler-version
fix(build): use matching kotlin version for compiler plugin
2 parents 7e12f68 + 77b0fc0 commit eab442d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<plugin>
108108
<groupId>org.jetbrains.kotlin</groupId>
109109
<artifactId>kotlin-maven-plugin</artifactId>
110+
<version>${kotlin.version}</version>
110111
<executions>
111112
<execution>
112113
<id>compile</id>

0 commit comments

Comments
 (0)