Skip to content

Commit 0e2c814

Browse files
committed
Fix dependency from java tests on groovy test util class
1 parent 85a3a7b commit 0e2c814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142

143143
<build>
144144
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
145+
<!-- <testSourceDirectory>${project.basedir}/src/test/groovy</testSourceDirectory>-->
145146
<plugins>
146147
<plugin>
147148
<groupId>org.codehaus.mojo</groupId>
@@ -157,6 +158,7 @@
157158
<configuration>
158159
<sources>
159160
<source>src/test/kotlin</source>
161+
<!-- <source>src/test/java</source>-->
160162
</sources>
161163
</configuration>
162164
</execution>
@@ -195,6 +197,7 @@
195197
<executions>
196198
<execution>
197199
<goals>
200+
<goal>testGenerateStubs</goal>
198201
<goal>addTestSources</goal>
199202
<goal>testCompile</goal>
200203
</goals>

0 commit comments

Comments
 (0)