File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
examples/otlpmetrics-function Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,13 @@ tasks.named('shadowJar', ShadowJar) {
6262 destinationDirectory. set(file(' out/deployment/' ))
6363}
6464
65+ clean {
66+ doLast {
67+ println " Deleting previous output..."
68+ project. delete(files(' out' ))
69+ }
70+ }
71+
6572// Task only used to test the function locally
6673tasks. register(' runFunction' , JavaExec ) {
6774 mainClass = ' com.google.cloud.functions.invoker.runner.Invoker'
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM otel/opentelemetry-collector-contrib:0.87 .0
15+ FROM otel/opentelemetry-collector-contrib:0.111 .0
1616
1717COPY collector-config.yaml /etc/otelcol-contrib/config.yaml
You can’t perform that action at this time.
0 commit comments