Skip to content
Snippets Groups Projects
Commit 3cba5a53 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Also copy to inspectit folder

parent 18e41581
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,10 @@ jar {
into "../frameworks/opentelemetry/"
rename('benchmark.jar', 'MooBench.jar')
}
copy {
from jar
into "../frameworks/inspectIT/"
rename('benchmark.jar', 'MooBench.jar')
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment