SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Update to the latest `config` #26

Closed yevhenii-nadtochii closed 2 years ago

yevhenii-nadtochii commented 2 years ago

This PR updates the repository to use the latest config.

Mostly, this is done in order to pull in the following changes:

  1. Make published artifacts full-fledged #335.
  2. Bump dependencies #344.

Applying of those changes led to the following:

  1. testJar artifact has disappeared from the list of artifacts published by the modules. This artifact is optional now and not published by default.
  2. main and test source sets have been extended with the generated code. This enables presence of the generated sources in sourcesJar artifact. No all modules have received this "extension". One module extends its source sets with the help of some Gradle plugin. At least, it looks so. Having this done for all modules at once leads to emerging of this bug.

Please note, the repository does not use the latest versions of Spine libraries and some of their dependencies. In particular mc-java and ErrorProne. Take a look on #27 for details.

The library version is bumped to 2.0.0-SNAPSHOT.18.

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (1211f90) into master (adc8dd4) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##             master     #26   +/-   ##
========================================
  Coverage      9.34%   9.34%           
  Complexity       46      46           
========================================
  Files            61      61           
  Lines          1413    1413           
  Branches        124     124           
========================================
  Hits            132     132           
  Misses         1267    1267           
  Partials         14      14           
yevhenii-nadtochii commented 2 years ago

@armiol Please take a look.

I haven't suppressed lift's reports, as these are the new ones.