Small fix to publish bom artifact (#1282)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu 2020-05-29 07:56:53 -07:00 committed by GitHub
parent b30790c97e
commit 554b5559c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
apply plugin: "java-platform"
apply plugin: "maven-publish"
plugins {
id "java-platform"
id "maven-publish"
}
group = "io.opentelemetry"