There were failing tests. See the report at: file:///G:/DWork/osource/spring-boot/archunit/build/reports/tests/test/index.html
Which is the variable that I can use to know the location of this file… I don’t want to hardcode this file name with $buildDir/reports/tests/test/index.html
how can I know property names of each folder as per gradle directory structure or what is the way to know from the API, what is respective property name…
e.g I don’t know how to reach to test classes folder etc.
I am clear that this path internally gets resolved to getXX API hence check the pattern
Also, does each gradle plugin list all the properties of the files and dir it creates… what are the good practices in plugin development.
You should actually not get paths and configure paths.
You should wire task outputs to task inputs and thus also get the necessary task dependencies implicitly for all cases where they are necessary.
To get what you want, iirc you need sourceSets.test.output.classesDirs.