Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for integTestImplementation (0.15 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/build.gradle

        exclude module: "groovy"
      }
      integTestImplementation platform("org.spockframework:spock-bom:2.0-M5-groovy-3.0")
      integTestImplementation("org.spockframework:spock-core") {
        exclude module: "groovy"
      }
      // required as we rely on junit4 rules
      integTestImplementation "org.spockframework:spock-junit4"
      integTestImplementation "org.xmlunit:xmlunit-core:2.8.2"
    }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 13 18:10:22 GMT 2021
    - 11.3K bytes
    - Click Count (0)
Back to Top