Fix kotlin maven plugin coordinates

pull/10839/merge
Stephane Nicoll 7 years ago
parent 93a67e6b4a
commit cd45d373f2

@ -2887,8 +2887,8 @@
<pluginManagement>
<plugins>
<plugin>
<groupId>kotlin-maven-plugin</groupId>
<artifactId>org.jetbrains.kotlin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
</plugin>
<plugin>

Loading…
Cancel
Save