Skip to content

Commit

Permalink
NH-33952: Release Java Agent 0.15.0
Browse files Browse the repository at this point in the history
- [JIRA](https://swicloud.atlassian.net/browse/NH-33952)
- remove exclusion because it's needed for agent logging to show
  • Loading branch information
cleverchuk committed Feb 23, 2023
1 parent 021986a commit 88a5a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ tasks {
}
exclude("**/module-info.class")
exclude("inst/com/appoptics/opentelemetry/core/**")
exclude("inst/io/opentelemetry/javaagent/slf4j/**")
relocatePackages(it)

manifest {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subprojects {
bytebuddy : "1.12.10",
guava : "30.1-jre",
appopticsCore : "7.8.1",
agent : "0.15.0-alpha", // the custom distro agent version
agent : "0.15.0-alpha.1", // the custom distro agent version
autoservice : "1.0.1",
]
versions.appopticsMetrics = "${versions.appopticsCore}" // they share the same version now
Expand Down

0 comments on commit 88a5a02

Please sign in to comment.