Commit cd45d373 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix kotlin maven plugin coordinates

parent 93a67e6b
...@@ -2887,8 +2887,8 @@ ...@@ -2887,8 +2887,8 @@
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>kotlin-maven-plugin</groupId> <groupId>org.jetbrains.kotlin</groupId>
<artifactId>org.jetbrains.kotlin</artifactId> <artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version> <version>${kotlin.version}</version>
</plugin> </plugin>
<plugin> <plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment