Skip to content

Commit 8c329c4

Browse files
committed
update gradle versions
1 parent d43f877 commit 8c329c4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@ class Gradle {
1414
'7.3', '7.3.1', '7.3.2', '7.3.3',
1515
'7.4', '7.4.1', '7.4.2',
1616
'7.5', '7.5.1',
17-
'7.6', '7.6.1', '7.6.2',
17+
'7.6', '7.6.1', '7.6.2', '7.6.3',
1818
'8.0', '8.0.1', '8.0.2',
1919
'8.1', '8.1.1',
2020
'8.2', '8.2.1',
21-
'8.3-rc-3'
21+
'8.3',
22+
'8.4'
2223
]
2324

2425
static List<String> VERSIONS_8 = [
2526
'8.0', '8.0.1', '8.0.2',
2627
'8.1', '8.1.1',
2728
'8.2', '8.2.1',
28-
'8.3-rc-3'
29+
'8.3',
30+
'8.4'
2931
]
3032

3133
static List<String> VERSIONS_7 = [
@@ -35,6 +37,6 @@ class Gradle {
3537
'7.3', '7.3.1', '7.3.2', '7.3.3',
3638
'7.4', '7.4.1', '7.4.2',
3739
'7.5', '7.5.1',
38-
'7.6', '7.6.1', '7.6.2'
40+
'7.6', '7.6.1', '7.6.2', '7.6.3'
3941
]
4042
}

0 commit comments

Comments
 (0)