Skip to content

Commit

Permalink
compileClasspath
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Sep 24, 2024
1 parent 83afdc6 commit 6edfd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tasks.named('shadowJar', ShadowJar) {
attributes('Implementation-Title': 'ic4j-agent',
'Implementation-Version': project.version)
}
configurations = [project.configurations.compileClasspath]
archiveBaseName = 'ic4j-agent'
archiveClassifier = ''
relocate 'org.apache.commons', 'shadow.apache.commons'
Expand Down

0 comments on commit 6edfd77

Please sign in to comment.