File tree Expand file tree Collapse file tree 2 files changed +1
-59
lines changed Expand file tree Collapse file tree 2 files changed +1
-59
lines changed Original file line number Diff line number Diff line change 63
63
<groupId >org.springframework.boot</groupId >
64
64
<artifactId >spring-boot-maven-plugin</artifactId >
65
65
</plugin >
66
- <plugin >
67
- <groupId >org.apache.maven.plugins</groupId >
68
- <artifactId >maven-compiler-plugin</artifactId >
69
- <version >${maven-compiler-plugin.version} </version >
70
- <configuration >
71
- <source >${java.version} </source >
72
- <target >${java.version} </target >
73
- </configuration >
74
- <executions >
75
- <!-- Replacing default-compile as it is treated specially by maven -->
76
- <execution >
77
- <id >default-compile</id >
78
- <phase >none</phase >
79
- </execution >
80
- <!-- Replacing default-testCompile as it is treated specially by maven -->
81
- <execution >
82
- <id >default-testCompile</id >
83
- <phase >none</phase >
84
- </execution >
85
- <execution >
86
- <id >java-compile</id >
87
- <phase >none</phase >
88
- </execution >
89
- <execution >
90
- <id >java-test-compile</id >
91
- <phase >none</phase >
92
- </execution >
93
- </executions >
94
- </plugin >
95
66
<plugin >
96
67
<artifactId >kotlin-maven-plugin</artifactId >
97
68
<groupId >org.jetbrains.kotlin</groupId >
145
116
</build >
146
117
147
118
<properties >
148
- <kotlin .version>1.7.0 </kotlin .version>
119
+ <kotlin .version>1.9.24 </kotlin .version>
149
120
</properties >
150
121
151
122
</project >
Original file line number Diff line number Diff line change 80
80
81
81
<build >
82
82
<plugins >
83
- <plugin >
84
- <groupId >org.apache.maven.plugins</groupId >
85
- <artifactId >maven-compiler-plugin</artifactId >
86
- <version >${maven-compiler-plugin.version} </version >
87
- <configuration >
88
- <source >${java.version} </source >
89
- <target >${java.version} </target >
90
- </configuration >
91
- <executions >
92
- <!-- Replacing default-compile as it is treated specially by maven -->
93
- <execution >
94
- <id >default-compile</id >
95
- <phase >none</phase >
96
- </execution >
97
- <!-- Replacing default-testCompile as it is treated specially by maven -->
98
- <execution >
99
- <id >default-testCompile</id >
100
- <phase >none</phase >
101
- </execution >
102
- <execution >
103
- <id >java-compile</id >
104
- <phase >none</phase >
105
- </execution >
106
- <execution >
107
- <id >java-test-compile</id >
108
- <phase >none</phase >
109
- </execution >
110
- </executions >
111
- </plugin >
112
83
<plugin >
113
84
<groupId >org.jetbrains.kotlin</groupId >
114
85
<artifactId >kotlin-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments