groupId=io.opentelemetry.instrumentation
artifactId=opentelemetry-instrumentation-api
display=${groupId}:${artifactId}
version=1.14.0-alpha

gitRepo=https://github.com/open-telemetry/opentelemetry-java-instrumentation.git
gitTag=v$(echo "${version}" | cut -d \- -f 1)

tool=gradle
jdk=11
newline=lf

command="./gradlew --no-daemon clean assemble publishToMavenLocal -x test"
buildinfo=${artifactId}-${version}.buildinfo

diffoscope=${artifactId}-${version}.diffoscope
issue=https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6071
