okue
04/11/2020, 8:30 AMintegrationTest
based on https://docs.gradle.org/6.3/userguide/java_testing.html#sec:configuring_java_integration_tests.
But, I’m facing a problem that internal methods and classes are not visible from my custom source set intergrationTest
when coding at IDEA.
(Gradle can build successfully because I setup compilations["integrationTest"].associateWith(compilations["main"])
)
Is there a way to resolve this problem?Alexey Belkov [JB]
04/13/2020, 10:23 AMokue
04/13/2020, 2:48 PM