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