Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for task_project (0.11 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskActionIntegrationTest.groovy

            succeeds("broken")
    
            then:
            noExceptionThrown()
        }
    
        @UnsupportedWithConfigurationCache(because = "tests unsupported behaviour")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheStableConfigurationCacheIntegrationTest.groovy

                succeeds ':problematic'
            }
    
            then:
            if (withCC) {
                problems.assertFailureHasProblems(failure) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DeprecatedFeaturesListener.kt

            if (shouldNagFor(task, runningTask)) {
                nagUserAbout("Invocation of $invocationDescription at execution time", 7, "task_project")
            }
        }
    
        override fun onTaskDependenciesAccess(invocationDescription: String, task: TaskInternal, runningTask: TaskInternal?) {
            if (shouldNagFor(task, runningTask)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/execution/SelectedTaskExecutionAction.java

                for (Node node : nodes) {
                    if (node instanceof LocalTaskNode) {
                        ProjectInternal taskProject = node.getOwningProject();
                        if (seen.add(taskProject)) {
                            taskProject.bindAllModelRules();
                        }
                    }
                }
            });
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top