File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
core-kotlin-modules/core-kotlin-strings-5 Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 22
22
</dependency >
23
23
</dependencies >
24
24
25
- <build >
26
- <plugins >
27
- <plugin >
28
- <groupId >org.jetbrains.kotlin</groupId >
29
- <artifactId >kotlin-maven-plugin</artifactId >
30
- <version >${kotlin.version} </version >
31
-
32
- <configuration >
33
- <args >
34
- <arg >-java-parameters</arg > <!-- Get correct parameter names in jqwik reporting -->
35
- <arg >-Xjsr305=strict</arg > <!-- Strict interpretation of nullability annotations in jqwik API -->
36
- <arg >-Xemit-jvm-type-annotations</arg > <!-- Enable annotations on type variables -->
37
- </args >
38
- </configuration >
39
- </plugin >
40
- </plugins >
41
- </build >
42
-
43
25
<properties >
44
26
<junit-jupiter-params .version>5.10.2</junit-jupiter-params .version>
45
27
</properties >
46
28
47
- </project >
29
+ </project >
You can’t perform that action at this time.
0 commit comments