File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
call-site-instrumentation-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation(" org.ow2.asm" , " asm" , " 9.8" )
47
47
implementation(" org.ow2.asm" , " asm-tree" , " 9.8" )
48
48
49
- testImplementation(" org.spockframework" , " spock-core" , " 2.2 -groovy-3.0" )
49
+ testImplementation(" org.spockframework" , " spock-core" , " 2.3 -groovy-3.0" )
50
50
testImplementation(" org.codehaus.groovy" , " groovy-all" , " 3.0.17" )
51
51
}
52
52
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
implementation(" com.github.javaparser" , " javaparser-symbol-solver-core" , " 3.24.4" )
38
38
39
39
testImplementation(" net.bytebuddy" , " byte-buddy" , " 1.17.5" )
40
- testImplementation(" org.spockframework" , " spock-core" , " 2.0 -groovy-3.0" )
40
+ testImplementation(" org.spockframework" , " spock-core" , " 2.3 -groovy-3.0" )
41
41
testImplementation(" org.objenesis" , " objenesis" , " 3.0.1" )
42
42
testImplementation(" org.codehaus.groovy" , " groovy-all" , " 3.0.17" )
43
43
testImplementation(" javax.servlet" , " javax.servlet-api" , " 3.0.1" )
@@ -68,7 +68,7 @@ val copyCallSiteSources = tasks.register<Copy>("copyCallSiteSources") {
68
68
}
69
69
70
70
tasks {
71
- withType<AbstractCompile >() {
71
+ withType<AbstractCompile > {
72
72
dependsOn(copyCallSiteSources)
73
73
}
74
74
}
You can’t perform that action at this time.
0 commit comments