Hari Sharma
10/08/2024, 10:01 AMMartin
10/08/2024, 10:02 AMproject for? You should use input properties insteadMartin
10/08/2024, 10:03 AMMartin
10/08/2024, 10:03 AMFor example, if you reference a Project in order to get the project.version at execution time, you should instead directly declare the project version as an input to your task using a Property<String>. Another example would be to reference a SourceSet to later get the source files, the compilation classpath or the outputs of the source set. You should instead declare these as a FileCollection input and reference just that.Hari Sharma
10/09/2024, 6:48 AMHari Sharma
10/11/2024, 6:19 AMHari Sharma
10/13/2024, 3:58 AM