SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Explicit task dependencies #88

Closed dmdashenkov closed 1 year ago

dmdashenkov commented 1 year ago

In this PR we add explicit dependencies between the jar task and the publishFatJarTo<Repo>Repository.

This change effects for -bundle subprojects.

We do this in an effort to fix the publication scripts which turned out to be broken, as the -bundle artifacts were not published in the latest PR.

dmdashenkov commented 1 year ago

@armiol, PTAL.

codecov[bot] commented 1 year ago

Codecov Report

Merging #88 (72dc9c8) into master (8240b8e) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #88 +/- ## ========================================= 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 ```