Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for integTestDistributionRuntimeOnly (0.25 sec)

  1. subprojects/core/build.gradle.kts

            because("This is required by ProjectBuilder, but ProjectBuilder cannot declare :distributions-core as a dependency due to conflicts with other distributions.")
        }
    
        integTestDistributionRuntimeOnly(project(":distributions-jvm")) {
            because("Some tests utilise the 'java-gradle-plugin' and with that TestKit, some also use the 'war' plugin")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/build.gradle

            }
            visible = false
            canBeResolved = false
            canBeConsumed = true
        }
        docsTestRuntimeClasspath.extendsFrom(integTestDistributionRuntimeOnly)
    }
    
    configurations.docsTestImplementation {
        // The 'gradlebuild.generate-samples' plugin uses the 'org.gradle.samples' plugin from the old gradle/guides build, which pulls in slf4j-simple, which we don't want.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top