Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uniqueTempDirectory (0.17 sec)

  1. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/tasks/GeneratePrecompiledScriptPluginAccessors.kt

         * them to a synthetic root project in the context of a nested build.
         */
        private
        fun projectSchemaFor(plugins: PluginRequests): Try<TypedProjectSchema> {
            val projectDir = uniqueTempDirectory()
            val startParameter = projectSchemaBuildStartParameterFor(projectDir)
            return createNestedBuildTree("$path:${projectDir.name}", startParameter, services).run { controller ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:10:49 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top