SpineEventEngine / core-java

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

Remove `TypeAttractor` and address more build warnings #1481

Closed armiol closed 1 year ago

armiol commented 1 year ago

This changeset removes the workaround related to TypeAttractor, as it appears no longer be required.

Also, more Gradle task dependencies has been introduced to eliminate warnings in build logs.

armiol commented 1 year ago

@alexander-yevsyukov PTAL.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1481 (03b7cb1) into master (6e459d4) will increase coverage by 0.01%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1481 +/- ## ============================================ + Coverage 91.72% 91.74% +0.01% + Complexity 4971 4970 -1 ============================================ Files 627 627 Lines 15234 15234 Branches 872 872 ============================================ + Hits 13973 13976 +3 + Misses 955 953 -2 + Partials 306 305 -1 ```