cuba-platform / cuba-sdk

Software development kit for CUBA Platform
Apache License 2.0
4 stars 3 forks source link

Fix "compileTestJava" Gradle task failure when building Jmix projects #77

Open artemglinov opened 3 years ago

artemglinov commented 3 years ago

Add an absent dependencies resolution mechanism to Cuba SDK build.gradle used by SdkGradleConnector. It might be necessary to work with testCompileClasspath and testRuntimeClasspath configurations in the same way as with compileClasspath and runtimeClasspath.