File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
spring-cloud-function-context
spring-cloud-function-kotlin Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 9898 <dependency >
9999 <groupId >org.jetbrains.kotlin</groupId >
100100 <artifactId >kotlin-stdlib-jdk8</artifactId >
101- <version >2.2.20</version >
102101 <optional >true</optional >
103102 </dependency >
104103 <dependency >
105104 <groupId >org.jetbrains.kotlin</groupId >
106105 <artifactId >kotlin-reflect</artifactId >
107- <version >2.2.20</version >
108106 <optional >true</optional >
109107 </dependency >
110108 <dependency >
Original file line number Diff line number Diff line change 108108 <plugin >
109109 <artifactId >kotlin-maven-plugin</artifactId >
110110 <groupId >org.jetbrains.kotlin</groupId >
111- <executions >
112- <execution >
113- <id >test-compile</id >
114- <goals >
115- <goal >test-compile</goal >
116- </goals >
117- <configuration >
118- <sourceDirs >
119- <sourceDir >${project.basedir} /src/test/kotlin</sourceDir >
120- <sourceDir >${project.basedir} /src/test/java</sourceDir >
121- </sourceDirs >
122- </configuration >
123- </execution >
124- </executions >
125111 </plugin >
126112 <plugin >
127113 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments