mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Merge pull request #418 from gradle/jprinet/bump_up_to_spock-core-2.2-groovy-3.0
Bump up spock to 2.2-groovy-3.0
This commit is contained in:
		@@ -14,8 +14,8 @@ repositories {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    testImplementation gradleTestKit()
 | 
					    testImplementation gradleTestKit()
 | 
				
			||||||
    testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
 | 
					    testImplementation 'org.spockframework:spock-core:2.2-groovy-3.0'
 | 
				
			||||||
    testImplementation('org.spockframework:spock-junit4:2.1-groovy-3.0')
 | 
					    testImplementation('org.spockframework:spock-junit4:2.2-groovy-3.0')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
 | 
					    testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
 | 
				
			||||||
        exclude group: 'org.codehaus.groovy', module: 'groovy-all'
 | 
					        exclude group: 'org.codehaus.groovy', module: 'groovy-all'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user