Björn Mayer (aqab0N)
05/19/2025, 10:00 AMservices:serviceA:api
services:serviceB:kafkaProcessor
services:serviceB:api
The current titles of the Jacoco reports are unfortunately not useful right now.
Do you know a way to set a useful name?
I would love to use parent!!.name
Vampire
05/19/2025, 10:11 AMBjörn Mayer (aqab0N)
05/19/2025, 10:12 AMVampire
05/19/2025, 10:12 AMapi-1.2.3.jar
is also not too meaningful and can easily clash. 🙂Björn Mayer (aqab0N)
05/19/2025, 10:15 AMVampire
05/19/2025, 10:15 AMVampire
05/19/2025, 10:16 AMprojectName
property on the JacocoReport
task and it should do what I want I thinkBjörn Mayer (aqab0N)
05/19/2025, 10:17 AMprojectName.value(getProject().getName()).disallowChanges();
Nope 😞Björn Mayer (aqab0N)
05/19/2025, 10:18 AM> Could not create task ':services:serviceA:api:jacocoTestReport'.
> The value for task ':services:serviceA:api:jacocoTestReport' property 'reportProjectName' cannot be changed any further.
Vampire
05/19/2025, 10:20 AMBjörn Mayer (aqab0N)
05/19/2025, 10:20 AMVampire
05/19/2025, 10:21 AMProvider
right away.