Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 275 for Devices (0.12 sec)

  1. platforms/jvm/scala/build.gradle.kts

        testImplementation(testFixtures(project(":language-java")))
    
        integTestImplementation(project(":jvm-services"))
    
        testFixturesImplementation(testFixtures(project(":language-jvm")))
    
        testRuntimeOnly(project(":distributions-core")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
        integTestDistributionRuntimeOnly(project(":distributions-jvm"))
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/daemon-main/build.gradle.kts

    app {
        mainClassName = "org.gradle.launcher.daemon.bootstrap.GradleDaemon"
    }
    
    dependencies {
        implementation(project(":build-process-services"))
    
        manifestClasspath(projects.stdlibJavaExtensions)
        manifestClasspath(project(":build-process-services"))
        manifestClasspath(project(":base-services"))
        manifestClasspath(project(":concurrent"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. platforms/jvm/ear/build.gradle.kts

        implementation(libs.commonsLang)
    
        testImplementation(project(":base-services-groovy"))
        testImplementation(testFixtures(project(":core")))
        testImplementation(project(":native"))
        testImplementation(project(":war"))
        testImplementation(libs.ant)
    
        testRuntimeOnly(project(":distributions-jvm")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/process/internal/AbstractWorkerProcessIntegrationSpec.groovy

    import org.gradle.internal.logging.TestOutputEventListener
    import org.gradle.internal.logging.events.OutputEventListener
    import org.gradle.internal.logging.services.DefaultLoggingManagerFactory
    import org.gradle.internal.logging.services.LoggingServiceRegistry
    import org.gradle.internal.operations.CurrentBuildOperationRef
    import org.gradle.internal.operations.DefaultBuildOperationRef
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. platforms/software/test-suites-base/build.gradle.kts

    """
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":core-api"))
        api(project(":model-core"))
        api(project(":platform-base"))
    
        api(libs.inject)
    
        testImplementation(testFixtures(project(":base-services")))
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":logging")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 950 bytes
    - Viewed (0)
  6. platforms/core-runtime/gradle-cli-main/build.gradle.kts

    }
    
    dependencies {
        implementation(projects.stdlibJavaExtensions)
        implementation(project(":build-process-services"))
    
        manifestClasspath(projects.stdlibJavaExtensions)
        manifestClasspath(project(":build-process-services"))
        manifestClasspath(project(":base-services"))
        manifestClasspath(project(":concurrent"))
    
        agentsClasspath(project(":instrumentation-agent"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. platforms/software/version-control/build.gradle.kts

        }
    
        testImplementation(project(":native"))
        testImplementation(project(":snapshots"))
        testImplementation(project(":process-services"))
        testImplementation(testFixtures(project(":core")))
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        testFixturesImplementation(libs.jgit)
        testFixturesImplementation(libs.jgitSsh) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. platforms/core-execution/snapshots/build.gradle.kts

        testImplementation(testFixtures(project(":base-services")))
        testImplementation(testFixtures(project(":file-collections")))
        testImplementation(testFixtures(project(":messaging")))
    
        testFixturesApi(testFixtures(project(":hashing")))
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":core-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DefaultBuildModelControllerServices.kt

            ): BuildModelController {
                val projectsPreparer: ProjectsPreparer = gradle.services.get()
                val settingsPreparer: SettingsPreparer = gradle.services.get()
                val taskExecutionPreparer: TaskExecutionPreparer = gradle.services.get()
                return VintageBuildModelController(gradle, projectsPreparer, settingsPreparer, taskExecutionPreparer, stateTransitionControllerFactory)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  10. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/substututorFactory/AbstractSubstitutorBuilderTest.kt

    import org.jetbrains.kotlin.analysis.test.framework.services.expressionMarkerProvider
    import org.jetbrains.kotlin.analysis.test.framework.services.getSymbolByName
    import org.jetbrains.kotlin.analysis.utils.printer.prettyPrint
    import org.jetbrains.kotlin.name.StandardClassIds
    import org.jetbrains.kotlin.psi.KtDeclaration
    import org.jetbrains.kotlin.psi.KtFile
    import org.jetbrains.kotlin.test.services.TestServices
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top