Browse Source

Fix kotlin maven plugin coordinates

pull/10839/merge
Stephane Nicoll 8 years ago
parent
commit
cd45d373f2
  1. 4
      spring-boot-project/spring-boot-dependencies/pom.xml

4
spring-boot-project/spring-boot-dependencies/pom.xml

@ -2887,8 +2887,8 @@ @@ -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