SpineEventEngine / web

Spine web server and JS client library.
https://spine.io
Apache License 2.0
1 stars 3 forks source link

Update to the latest `config` #180

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.

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

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #180 (c5615aa) into master (569b036) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #180   +/-   ##
=========================================
  Coverage     64.71%   64.71%           
  Complexity      232      232           
=========================================
  Files            77       77           
  Lines          2327     2327           
  Branches         48       48           
=========================================
  Hits           1506     1506           
  Misses          803      803           
  Partials         18       18           
yevhenii-nadtochii commented 2 years ago

@armiol Please take a look.