Skip to content

Commit

Permalink
Mention that we use PropertyReportTask's name in the Develocity plugin (
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfs authored Jan 10, 2025
2 parents 7283207 + 530e38c commit 0268553
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.gradle.api.tasks.options.Option;
import org.gradle.internal.Pair;
import org.gradle.internal.instrumentation.api.annotations.ToBeReplacedByLazyProperty;
import org.gradle.internal.scan.UsedByScanPlugin;
import org.gradle.work.DisableCachingByDefault;

import javax.annotation.Nullable;
Expand All @@ -39,6 +40,7 @@
* Displays the properties of a project. An instance of this type is used when you execute the {@code properties} task
* from the command-line.
*/
@UsedByScanPlugin("We use the class name to filter the console log to avoid showing secrets")
@DisableCachingByDefault(because = "Not worth caching")
public abstract class PropertyReportTask extends AbstractProjectBasedReportTask<PropertyReportTask.PropertyReportModel> {

Expand Down

0 comments on commit 0268553

Please sign in to comment.