Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withNoExplicitNativeServicesDir (0.43 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/NativeServicesIntegrationTest.groovy

            // a project dir to avoid file lock issues on Windows due to native services being loaded
            executer.withGradleUserHomeDir(tmpDir.testDirectory).withNoExplicitNativeServicesDir()
            nativeDir = new File(executer.gradleUserHomeDir, 'native')
            executer.withArguments(systemProperties.collect { it.toString() })
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleExecuter.java

         *
         * @return this executer
         */
        GradleExecuter withBuildCacheEnabled();
    
        /**
         * Don't set native services dir explicitly.
         */
        GradleExecuter withNoExplicitNativeServicesDir();
    
        /**
         * Enables the rendering of stack traces for deprecation logging.
         */
        GradleExecuter withFullDeprecationStackTraceEnabled();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top