Closed yevhenii-nadtochii closed 2 years ago
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
@armiol Please take a look.
This PR updates the repository to use the latest
config
.Mostly, this is done in order to pull in the following changes:
Applying of those changes led to the following:
testJar
artifact has disappeared from the list of artifacts published by the modules. This artifact is optional now and not published by default.main
andtest
source sets have been extended with the generated code. This enables presence of the generated sources insourcesJar
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
.