We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa1681 commit e64d246Copy full SHA for e64d246
otelagent/build.gradle.kts
@@ -56,7 +56,7 @@ tasks {
56
attributes.put("Premain-Class", "software.amazon.opentelemetry.javaagent.bootstrap.AwsAgentBootstrap")
57
attributes.put("Can-Redefine-Classes", "true")
58
attributes.put("Can-Retransform-Classes", "true")
59
- attributes.put("Implementation-Version", archiveVersion)
+ attributes.put("Implementation-Version", project.version)
60
}
61
62
0 commit comments