We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c58a9 commit a9b3c7bCopy full SHA for a9b3c7b
2 files changed
src/testInt/groovy/io/openapiprocessor/gradle/GroovyDslSpec.groovy
@@ -49,7 +49,7 @@ class GroovyDslSpec extends PluginSpec {
49
}
50
51
@Unroll
52
- void "test groovy (method) dsl with with gradle 7+ (#gradleVersion)" () {
+ void "test groovy (method) dsl with with gradle #gradleVersion" () {
53
when:
54
def result = build(gradleVersion)
55
src/testInt/groovy/io/openapiprocessor/gradle/KotlinDslSpec.groovy
@@ -49,7 +49,7 @@ class KotlinDslSpec extends PluginSpec {
- void "test kotlin dsl with with gradle 7+ -> #gradleVersion" () {
+ void "test kotlin dsl with with gradle #gradleVersion" () {
0 commit comments