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 1025edb commit df62dc0Copy full SHA for df62dc0
utbot-analytics/build.gradle
@@ -12,7 +12,7 @@ evaluationDependsOn(':utbot-framework')
12
compileTestJava.dependsOn tasks.getByPath(':utbot-framework:testClasses')
13
14
dependencies {
15
- implementation(project(":utbot-framework"))
+ api project(":utbot-framework")
16
testImplementation project(':utbot-sample')
17
testImplementation group: 'junit', name: 'junit', version: junit4_version
18
0 commit comments