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 fbb498b commit 64e1ab7Copy full SHA for 64e1ab7
Spring-Annotations/build.gradle
@@ -20,9 +20,9 @@ dependencies {
20
21
jar {
22
manifest {
23
- attributes 'Implementation-Title': 'com.newrelic.instrumentation.labs.labs.Spring-Annotations'
24
- attributes 'Implementation-Vendor': 'New Relic Labs Labs'
25
- attributes 'Implementation-Vendor-Id': 'com.newrelic.labs.labs'
+ attributes 'Implementation-Title': 'com.newrelic.instrumentation.labs.Spring-Annotations'
+ attributes 'Implementation-Vendor': 'New Relic Labs'
+ attributes 'Implementation-Vendor-Id': 'com.newrelic.labs'
26
attributes 'Implementation-Version': 1.0
27
}
28
0 commit comments