File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 36
36
<junit .jupiter.version>5.7.2</junit .jupiter.version>
37
37
<junit .platform.version>1.7.2</junit .platform.version>
38
38
<spring .batch.version>4.3.3</spring .batch.version>
39
+
40
+ <checkstyle .config>checkstyle-override.xml</checkstyle .config>
41
+
39
42
<clirr .comparisonVersion>1.2.0</clirr .comparisonVersion>
43
+
40
44
<module .name>org.mybatis.dynamic.sql</module .name>
45
+
41
46
<kotlin .version>1.5.0</kotlin .version>
42
47
<kotlin .compiler.jvmTarget>1.8</kotlin .compiler.jvmTarget>
48
+
43
49
<sonar .sources>pom.xml,src/main/java,src/main/kotlin</sonar .sources>
44
50
<sonar .tests>src/test/java,src/test/kotlin</sonar .tests>
51
+
45
52
<kotlin .code.style>official</kotlin .code.style>
46
53
<test .containers.version>1.15.3</test .containers.version>
47
54
<osgi .export>org.mybatis.dynamic.sql.*;version=${project.version} ;-noimport:=true</osgi .export>
188
195
</plugins >
189
196
</build >
190
197
191
- <reporting >
192
- <plugins >
193
- <plugin >
194
- <groupId >org.apache.maven.plugins</groupId >
195
- <artifactId >maven-checkstyle-plugin</artifactId >
196
- <configuration >
197
- <configLocation >checkstyle-override.xml</configLocation >
198
- </configuration >
199
- </plugin >
200
- </plugins >
201
- </reporting >
202
-
203
198
<dependencies >
204
199
<dependency >
205
200
<groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments