Skip to content

Commit

Permalink
Merge pull request #1781 from newrelic/zio-2-fix-impl-title
Browse files Browse the repository at this point in the history
Fix implementation title for the zio modules
  • Loading branch information
obenkenobi authored Mar 4, 2024
2 parents 085996e + 6e1151b commit 44d1dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentation/zio-2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
}

jar {
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.zio',
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.zio-2',
'Implementation-Title-Alias': 'zio_instrumentation' }
}

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/zio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
}

jar {
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.zio-2',
manifest { attributes 'Implementation-Title': 'com.newrelic.instrumentation.zio',
'Implementation-Title-Alias': 'zio_instrumentation' }
}

Expand Down

0 comments on commit 44d1dd5

Please sign in to comment.