Closed alextu closed 8 months ago
Use develocity.scan.captureFileFingerprints for Maven extension 1.21 and above else gradle.scan.captureGoalInputFiles. This PR also refactors the unit tests.
develocity.scan.captureFileFingerprints
gradle.scan.captureGoalInputFiles
Alternatively, you can just set both system properties. That makes the script a bit simpler, but it is up to you.
Good point, will follow this approach as I think in other CI integrations
Use
develocity.scan.captureFileFingerprints
for Maven extension 1.21 and above elsegradle.scan.captureGoalInputFiles
. This PR also refactors the unit tests.