Properly populate versions.properties#3730
Conversation
|
There's a Want to look at that here as an alternative? Or this could be merged first then I can take a look at that sometime. |
Thanks for the hint. I've implemented it in f66dc92 and I believe is much nicer that the other approach. |
Codecov Report
@@ Coverage Diff @@
## main #3730 +/- ##
=========================================
Coverage 78.04% 78.04%
Complexity 2883 2883
=========================================
Files 473 473
Lines 9300 9300
Branches 1767 1767
=========================================
Hits 7258 7258
Misses 1078 1078
Partials 964 964 Continue to review full report at Codecov.
|
Detekt 1.17.0-RC1 was bundled with a
versions.propertiesthat contains just1.17.0.This PR fixes this problem using the
expand()function of CopySpec. I'm not sure how to write a test for this, but I verified on my Maven Local and the file is populated correctly with1.17.0-RC1Fixes #3729