Don't set packaging type explicitly since Gradle determines it automatically, set description for BOM project, and remove outdated bom publication configuration (#1758) (#1759)

This commit is contained in:
Anuraag Agrawal 2020-10-07 02:15:49 +09:00 committed by GitHub
parent 69bbf6791a
commit 04fbce2f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View File

@ -3,6 +3,7 @@ plugins {
id "maven-publish"
}
description = 'OpenTelemetry Bill of Materials'
group = "io.opentelemetry"
dependencies {
@ -16,12 +17,3 @@ dependencies {
}
}
}
publishing {
publications {
mavenBom(MavenPublication) {
artifactId = 'opentelemetry-bom'
from components.javaPlatform
}
}
}

View File

@ -41,7 +41,6 @@ subprojects {
pom {
name = 'OpenTelemetry Java'
packaging = 'jar'
url = 'https://github.com/open-telemetry/opentelemetry-java'
licenses {