opentelemetry-java-contrib/contrib/example/example.gradle

10 lines
198 B
Groovy

apply from: project.contrib
description = 'An example OpenTelemetry Java Contrib library'
jar {
manifest {
attributes('Main-Class': 'io.opentelemetry.contrib.example.Library')
}
}