Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NotifyTaskGraphWhenReadyDetails (0.22 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/taskgraph/DefaultTaskExecutionGraph.java

                    .details(
                        new NotifyTaskGraphWhenReadyDetails(
                            gradleInternal.getIdentityPath()
                        )
                    );
            }
        }
    
        private static class NotifyTaskGraphWhenReadyDetails implements NotifyTaskGraphWhenReadyBuildOperationType.Details {
    
            private final Path buildPath;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top