Skip to content

Commit 517c9f6

Browse files
authored
Fix CLI build without tests (#799)
1 parent 11ecc38 commit 517c9f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utbot-cli/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ classes {
4949
}
5050

5151
jar {
52+
dependsOn project(':utbot-framework').tasks.jar
53+
dependsOn project(':utbot-summary').tasks.jar
54+
dependsOn project(':utbot-fuzzers').tasks.jar
55+
5256
manifest {
5357
attributes 'Main-Class': 'org.utbot.cli.ApplicationKt'
5458
attributes 'Bundle-SymbolicName': 'org.utbot.cli'

0 commit comments

Comments
 (0)