Skip to content

Commit 5eacf28

Browse files
committed
Add default JUnit engine and let the compilers do the directory stuff themselves.
1 parent 8e4c9ee commit 5eacf28

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@
8383
</distributionManagement>
8484

8585
<build>
86-
<sourceDirectory>src/main/kotlin</sourceDirectory>
87-
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
8886
<plugins>
8987
<plugin>
9088
<groupId>org.jetbrains.kotlin</groupId>
@@ -234,6 +232,11 @@
234232
<artifactId>junit-jupiter-engine</artifactId>
235233
<version>5.0.0-M3</version>
236234
</dependency>
235+
<dependency>
236+
<groupId>org.junit.vintage</groupId>
237+
<artifactId>junit-vintage-engine</artifactId>
238+
<version>4.12.0-M3</version>
239+
</dependency>
237240
</dependencies>
238241
</plugin>
239242
</plugins>

0 commit comments

Comments
 (0)