Skip to content

Commit d6dfb30

Browse files
committed
update gradle test versions
1 parent 3e6f856 commit d6dfb30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/testInt/groovy/io/openapiprocessor/gradle/support

src/testInt/groovy/io/openapiprocessor/gradle/support/Gradle.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ package io.openapiprocessor.gradle.support
88
class Gradle {
99

1010
static List<String> VERSIONS_9 = [
11-
'9.0.0'
11+
'9.0.0',
12+
'9.1.0',
13+
/* '9.2.0', */ '9.2.1'
1214
]
1315

1416
static List<String> VERSIONS_8 = [

0 commit comments

Comments
 (0)