File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
spring-cloud-function-context
spring-cloud-function-kotlin Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2121 <maven .compiler.source>${java.version} </maven .compiler.source>
2222 <maven .compiler.target>${java.version} </maven .compiler.target>
2323 <wrapper .version>1.0.31.RELEASE</wrapper .version>
24- <kotlin .version>2.1.0</kotlin .version>
25- <kotlinx .version>1.10.2</kotlinx .version>
2624 <docs .main>spring-cloud-function</docs .main>
2725 <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
2826 <maven-checkstyle-plugin .failsOnViolation>true
Original file line number Diff line number Diff line change 9090 <dependency >
9191 <groupId >org.jetbrains.kotlin</groupId >
9292 <artifactId >kotlin-stdlib-jdk8</artifactId >
93- <version >${kotlin.version} </version >
9493 <optional >true</optional >
9594 </dependency >
9695 <dependency >
9796 <groupId >org.jetbrains.kotlin</groupId >
9897 <artifactId >kotlin-reflect</artifactId >
99- <version >${kotlin.version} </version >
10098 <optional >true</optional >
10199 </dependency >
102100 <dependency >
103101 <groupId >org.jetbrains.kotlinx</groupId >
104102 <artifactId >kotlinx-coroutines-reactor</artifactId >
105- <version >${kotlinx.version} </version >
106103 <optional >true</optional >
107104 </dependency >
108105
170167 <plugin >
171168 <artifactId >kotlin-maven-plugin</artifactId >
172169 <groupId >org.jetbrains.kotlin</groupId >
173- <version >2.1.0</version >
174170 <executions >
175171 <execution >
176172 <id >compile</id >
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >org.jetbrains.kotlin</groupId >
4747 <artifactId >kotlin-stdlib-jdk8</artifactId >
48- <version >${kotlin.version} </version >
4948 </dependency >
5049 <dependency >
5150 <groupId >org.jetbrains.kotlin</groupId >
5251 <artifactId >kotlin-reflect</artifactId >
53- <version >${kotlin.version} </version >
5452 </dependency >
5553 <dependency >
5654 <groupId >org.jetbrains.kotlinx</groupId >
5755 <artifactId >kotlinx-coroutines-reactor</artifactId >
58- <version >${kotlinx.version} </version >
5956 </dependency >
6057 <dependency >
6158 <groupId >org.springframework.boot</groupId >
8986 <plugin >
9087 <artifactId >kotlin-maven-plugin</artifactId >
9188 <groupId >org.jetbrains.kotlin</groupId >
92- <version >2.1.10</version >
9389 <executions >
9490 <execution >
9591 <id >test-compile</id >
You can’t perform that action at this time.
0 commit comments