timm
12/13/2018, 11:43 AMjvmTest/java
and test/java
with the java plugin applied but neither seem to workr4zzz4k
12/13/2018, 11:49 AMjvmWithJava
present instead of jvm
one?timm
12/13/2018, 11:50 AMr4zzz4k
12/13/2018, 11:51 AMjvm
.timm
12/13/2018, 11:55 AMCircular dependency between the following tasks:
:classes
\--- :compileJava
+--- :classes (*)
\--- :compileKotlinJvm
+--- :classes (*)
\--- :compileKotlinJvm (*)
jvm
only: implementation project.sourceSets.main.output
test/java
r4zzz4k
12/13/2018, 12:16 PMjvmWithJava
only to get proper integration with application
and shadow
plugins, which expect corresponding infrastructure, so I'm not sure if this would work in my setup, but it feels like a bug, of course.timm
12/13/2018, 1:13 PMTestKlass
in src/test/java
does not compile