Description
There is no utbot-instrumentation.jar in utbot-gradle.jar so our gradle plugin does not work properly.
To Reproduce
- Run
utbot-gradle/publishing/publishToMavenLocal gradle task.
- Look at the generated jar file.
Expected behavior
There is utbot-instrumentation-<version>.jar in the lib directory.
Actual behavior
No utbot-instrumentation-<version>.jar there.