SpineEventEngine / core-java

The Java implementation of the framework core
https://spine.io
Apache License 2.0
36 stars 12 forks source link

Add Dokka documentation to artifacts #1450

Closed tripolkaandrey closed 2 years ago

tripolkaandrey commented 2 years ago

This PR adds Dokka-generated documentation as a publish artifact.

It is done by using functionality introduced in this PR in config.

Also, while updating the config, the dead code from buildSrc, like the groovy directory, was removed.

Important details

codecov[bot] commented 2 years ago

Codecov Report

Merging #1450 (bee545e) into master (b619573) will increase coverage by 0.01%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1450      +/-   ##
============================================
+ Coverage     91.44%   91.45%   +0.01%     
+ Complexity     4979     4978       -1     
============================================
  Files           626      626              
  Lines         15347    15347              
  Branches        894      894              
============================================
+ Hits          14034    14036       +2     
+ Misses         1006     1004       -2     
  Partials        307      307