Skip to content

Commit

Permalink
Fixes broken pom by removing versionMapping (#242)
Browse files Browse the repository at this point in the history
* Fixes broken pom by removing version mapping

The versionMapping block was solely added because the shaded JARs added
earlier were supposed to replace the default artifact. Currently the
shaded JARs are customized with explicit classifiers which is why
explicit versionMapping is not required.

* Empty commit to fix a stuck stylecheck presubmit check
  • Loading branch information
psx95 authored May 10, 2023
1 parent fcedb2f commit 1a5ad1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ subprojects {
version = versionParts.join("-")
}
}
versionMapping {
allVariants {
fromResolutionResult()
}
}
pom {
name = 'OpenTelemetry Operations Java'
url = 'https://github.com/GoogleCloudPlatform/opentelemetry-operations-java'
Expand Down

0 comments on commit 1a5ad1c

Please sign in to comment.