Skip to content

Commit df62dc0

Browse files
authored
Fixed issue with uncompiled module utbot-analytics-torch (#894)
Fixed issue
1 parent 1025edb commit df62dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-analytics/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ evaluationDependsOn(':utbot-framework')
1212
compileTestJava.dependsOn tasks.getByPath(':utbot-framework:testClasses')
1313

1414
dependencies {
15-
implementation(project(":utbot-framework"))
15+
api project(":utbot-framework")
1616
testImplementation project(':utbot-sample')
1717
testImplementation group: 'junit', name: 'junit', version: junit4_version
1818

0 commit comments

Comments
 (0)