Skip to content

Commit 1a5ad1c

Browse files
authored
Fixes broken pom by removing versionMapping (#242)
* 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
1 parent fcedb2f commit 1a5ad1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,6 @@ subprojects {
254254
version = versionParts.join("-")
255255
}
256256
}
257-
versionMapping {
258-
allVariants {
259-
fromResolutionResult()
260-
}
261-
}
262257
pom {
263258
name = 'OpenTelemetry Operations Java'
264259
url = 'https://github.com/GoogleCloudPlatform/opentelemetry-operations-java'

0 commit comments

Comments
 (0)