Skip to content

Commit e64d246

Browse files
authored
Use correct version for agent manifest
1 parent 8fa1681 commit e64d246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otelagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tasks {
5656
attributes.put("Premain-Class", "software.amazon.opentelemetry.javaagent.bootstrap.AwsAgentBootstrap")
5757
attributes.put("Can-Redefine-Classes", "true")
5858
attributes.put("Can-Retransform-Classes", "true")
59-
attributes.put("Implementation-Version", archiveVersion)
59+
attributes.put("Implementation-Version", project.version)
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)