Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for integTestRuntimeOnly (0.07 sec)

  1. build-logic/integration-testing-kotlin/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle-integ-tests.gradle.kts

        // See AbstractKotlinIntegrationTest
        "kotlinDslTestsExtraRepo".let { propName ->
            System.getProperty(propName)?.let { systemProperty(propName, it) }
        }
    }
    
    dependencies {
        integTestRuntimeOnly(project(":kotlin-dsl-plugins")) {
            because("Tests require 'future-plugin-versions.properties' on the test classpath and the embedded executer needs them available")
            attributes {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 30 14:53:14 UTC 2024
    - 756 bytes
    - Viewed (0)
Back to top