Fix the Kotlin Maven plugin (#2815)
This commit is contained in:
committed by
GitHub
parent
ab7f79bd08
commit
548442dc07
1
pom.xml
1
pom.xml
@@ -57,6 +57,7 @@
|
||||
<spring-cloud-circuitbreaker.version>2.1.6-SNAPSHOT</spring-cloud-circuitbreaker.version>
|
||||
<spring-cloud-commons.version>3.1.6-SNAPSHOT</spring-cloud-commons.version>
|
||||
<testcontainers.version>1.17.2</testcontainers.version>
|
||||
<kotlin-maven-plugin.version>1.6.21</kotlin-maven-plugin.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
@@ -146,6 +146,7 @@
|
||||
<plugin>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-maven-plugin</artifactId>
|
||||
<version>${kotlin-maven-plugin.version}</version>
|
||||
<configuration>
|
||||
<args>
|
||||
<arg>-Xjsr305=strict</arg>
|
||||
|
||||
@@ -234,6 +234,7 @@
|
||||
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
|
||||
<artifactId>kotlin-maven-plugin</artifactId>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<version>${kotlin-maven-plugin.version}</version>
|
||||
<configuration>
|
||||
<jvmTarget>1.8</jvmTarget>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user