Interface ConfigurableReport

    • Method Detail

      • setDestination

        @Deprecated
        void setDestination​(java.io.File file)
        Deprecated.
        Use Report.getOutputLocation().set() instead. This method will be removed in Gradle 9.0.
        Sets the destination for the report.
        Parameters:
        file - The destination for the report.
        Since:
        4.0
        See Also:
        Report.getOutputLocation()