We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ecc38 commit 517c9f6Copy full SHA for 517c9f6
utbot-cli/build.gradle
@@ -49,6 +49,10 @@ classes {
49
}
50
51
jar {
52
+ dependsOn project(':utbot-framework').tasks.jar
53
+ dependsOn project(':utbot-summary').tasks.jar
54
+ dependsOn project(':utbot-fuzzers').tasks.jar
55
+
56
manifest {
57
attributes 'Main-Class': 'org.utbot.cli.ApplicationKt'
58
attributes 'Bundle-SymbolicName': 'org.utbot.cli'
0 commit comments