We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e31765 commit 86cbbdbCopy full SHA for 86cbbdb
spring-cloud-function-context/pom.xml
@@ -171,21 +171,6 @@
171
<plugin>
172
<artifactId>kotlin-maven-plugin</artifactId>
173
<groupId>org.jetbrains.kotlin</groupId>
174
- <version>2.2.20</version>
175
- <executions>
176
- <execution>
177
- <id>compile</id>
178
- <goals>
179
- <goal>compile</goal>
180
- </goals>
181
- <configuration>
182
- <sourceDirs>
183
- <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
184
- <sourceDir>${project.basedir}/src/main/java</sourceDir>
185
- </sourceDirs>
186
- </configuration>
187
- </execution>
188
- </executions>
189
</plugin>
190
191
<groupId>org.apache.maven.plugins</groupId>
0 commit comments