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 06fdbbd commit bb6659aCopy full SHA for bb6659a
utbot-summary-tests/build.gradle
@@ -8,7 +8,7 @@ evaluationDependsOn(':utbot-framework')
8
compileTestJava.dependsOn tasks.getByPath(':utbot-framework:testClasses')
9
10
dependencies {
11
- api(project(":utbot-framework-api"))
+ api(project(":utbot-framework"))
12
api(project(':utbot-instrumentation'))
13
testImplementation project(':utbot-sample')
14
testImplementation group: 'junit', name: 'junit', version: junit4_version
0 commit comments