Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for moduleDir (0.52 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

    org:leaf:[1.5,2.0] FAILED
       Failures:
          - Could not find any matches for org:leaf:[1.5,2.0] as no versions of org:leaf are available.
            Searched in the following locations:
              - ${leafModule.moduleDir.parentFile.displayUriForDir}
    
    org:leaf:[1.5,2.0] FAILED
    \\--- org:top:1.0
         \\--- conf
    """
        }
    
        void "marks project dependencies that cannot be resolved as 'FAILED'"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	Thread    Handle
    	ProcessId uint32
    	ThreadId  uint32
    }
    
    type ProcessEntry32 struct {
    	Size            uint32
    	Usage           uint32
    	ProcessID       uint32
    	DefaultHeapID   uintptr
    	ModuleID        uint32
    	Threads         uint32
    	ParentProcessID uint32
    	PriClassBase    int32
    	Flags           uint32
    	ExeFile         [MAX_PATH]uint16
    }
    
    type ThreadEntry32 struct {
    	Size           uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top