Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for performanceTestRuntimeOnly (0.19 sec)

  1. testing/performance/build.gradle.kts

        performanceTestImplementation(libs.jettyWebApp)
        performanceTestImplementation(libs.junit)
        performanceTestImplementation(libs.servletApi)
    
        performanceTestRuntimeOnly(project(":core-api"))
        performanceTestRuntimeOnly(libs.jetty)
    
        performanceTestDistributionRuntimeOnly(project(":distributions-full")) {
            because("All Gradle features have to be available.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top