Skip to content

Commit b44e7a3

Browse files
committed
KTLN-596: reverted change from wrong pom
1 parent 40d7af0 commit b44e7a3

File tree

1 file changed

+1
-19
lines changed
  • core-kotlin-modules/core-kotlin-strings-5

1 file changed

+1
-19
lines changed

core-kotlin-modules/core-kotlin-strings-5/pom.xml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,8 @@
2222
</dependency>
2323
</dependencies>
2424

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-
4325
<properties>
4426
<junit-jupiter-params.version>5.10.2</junit-jupiter-params.version>
4527
</properties>
4628

47-
</project>
29+
</project>

0 commit comments

Comments
 (0)