Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for performanceTestImplementation (0.21 sec)

  1. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/PerformanceTestPlugin.kt

            addDependenciesAndConfigurations("performance")
    
            val junit by configurations.creating
            dependencies {
                if (project.name != "enterprise-plugin-performance") {
                    "performanceTestImplementation"(project(":internal-performance-testing"))
                }
                junit("junit:junit:4.13")
            }
        }
    
        private
        fun Project.configureGeneratorTasks() {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 24.4K bytes
    - Viewed (0)
Back to top