Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for task_project (0.25 sec)

  1. 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)
  2. 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)
Back to top