Created from https://github.com/Traceableai/opentelemetry-javaagent/pull/25 Right now the muzzle task fails if assemble task is not run before e.g. `./gradlew assemble muzzle` passes but `./gradlew muzzle` fails.
Created from #25
Right now the muzzle task fails if assemble task is not run before e.g.
./gradlew assemble muzzlepasses but./gradlew muzzlefails.