Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jetstream (1.75 sec)

  1. .github/CODEOWNERS

    # Extensibility
    platforms/extensibility/        @gradle/bt-extensibility-maintainers
    
    # Native
    platforms/native/                   @gradle/bt-native-maintainers
    
    # gitStream files
    .cm/                                @tresat
    .github/workflows/gitstream.yml     @tresat
    
    # IDE Experience team
    platforms/ide/                    @gradle/bt-ide-experience
    # Eventually be moved to the core platform.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:44:59 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-problems-base/src/main/kotlin/org/gradle/internal/configuration/problems/DefaultProblemFactory.kt

    class DefaultProblemFactory(
        private val userCodeContext: UserCodeApplicationContext,
        problemDiagnosticsFactory: ProblemDiagnosticsFactory
    ) : ProblemFactory {
        private
        val problemStream = problemDiagnosticsFactory.newStream()
    
        override fun locationForCaller(consumer: String?): PropertyTrace =
            locationForCaller(consumer, userCodeContext.current()?.source)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:59:39 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top