SpineEventEngine / validation

Apache License 2.0
3 stars 0 forks source link

Fix artifact ID for fat jars #89

Closed dmdashenkov closed 1 year ago

dmdashenkov commented 1 year ago

In this PR we fix the custom artifact configuration so that the artifact ID is only set once.

Previously, bundle artifacts used to be published with double prefix: spine-validation-spine-validation-java-bundle instead of spine-validation-java-bundle.

codecov[bot] commented 1 year ago

Codecov Report

Merging #89 (b9616fa) into master (06741be) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #89 +/- ## ========================================= Coverage 45.25% 45.25% Complexity 461 461 ========================================= Files 123 123 Lines 2674 2674 Branches 217 217 ========================================= Hits 1210 1210 Misses 1406 1406 Partials 58 58 ```
dmdashenkov commented 1 year ago

@alexander-yevsyukov, @armiol, PTAL.