We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a3a7b commit 0e2c814Copy full SHA for 0e2c814
pom.xml
@@ -142,6 +142,7 @@
142
143
<build>
144
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
145
+<!-- <testSourceDirectory>${project.basedir}/src/test/groovy</testSourceDirectory>-->
146
<plugins>
147
<plugin>
148
<groupId>org.codehaus.mojo</groupId>
@@ -157,6 +158,7 @@
157
158
<configuration>
159
<sources>
160
<source>src/test/kotlin</source>
161
+<!-- <source>src/test/java</source>-->
162
</sources>
163
</configuration>
164
</execution>
@@ -195,6 +197,7 @@
195
197
<executions>
196
198
<execution>
199
<goals>
200
+ <goal>testGenerateStubs</goal>
201
<goal>addTestSources</goal>
202
<goal>testCompile</goal>
203
</goals>
0 commit comments