File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ testing {
7979}
8080
8181testInt {
82- maxHeapSize = " 1024M "
82+ maxHeapSize = " 2048M "
8383 systemProperty " PROJECT_DIR" , " $projectDir "
8484}
8585
@@ -92,11 +92,11 @@ testInt.dependsOn ':processor-one:build'
9292testInt. dependsOn ' :processor-two:build'
9393
9494dependencies {
95- testImplementation platform (" org.spockframework:spock-bom:2.0 -groovy-3.0" )
95+ testImplementation platform (" org.spockframework:spock-bom:2.3 -groovy-3.0" )
9696 testImplementation ' org.spockframework:spock-core'
9797 testImplementation gradleTestKit()
9898
99- testIntImplementation platform (" org.spockframework:spock-bom:2.0 -groovy-3.0" )
99+ testIntImplementation platform (" org.spockframework:spock-bom:2.3 -groovy-3.0" )
100100 testIntImplementation ' org.spockframework:spock-core'
101101 testIntImplementation gradleTestKit()
102102}
You can’t perform that action at this time.
0 commit comments