Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPublicBuildPath (0.38 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/GradleInternal.java

        /**
         * Returns a unique path for this build within the current Gradle invocation.
         */
        Path getIdentityPath();
    
        String contextualize(String description);
    
        PublicBuildPath getPublicBuildPath();
    
        /**
         * The basis for project build scripts.
         *
         * It is the Gradle runtime + buildSrc's contributions.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top