Skip to content

Commit

Permalink
update gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Apr 4, 2024
1 parent 8b4b0aa commit df5e369
Showing 1 changed file with 4 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,15 @@ package io.openapiprocessor.gradle.support

class Gradle {

static List<String> VERSIONS = [
'7.0', '7.0.1', '7.0.2',
'7.1', '7.1.1',
'7.2',
'7.3', '7.3.1', '7.3.2', '7.3.3',
'7.4', '7.4.1', '7.4.2',
'7.5', '7.5.1',
'7.6', '7.6.1', '7.6.2', '7.6.3',
'8.0', '8.0.1', '8.0.2',
'8.1', '8.1.1',
'8.2', '8.2.1',
'8.3',
'8.4'
]

static List<String> VERSIONS_8 = [
'8.0', '8.0.1', '8.0.2',
'8.1', '8.1.1',
'8.2', '8.2.1',
'8.3',
'8.4',
'8.5'
'8.5',
'8.6',
'8.7'
]

static List<String> VERSIONS_7 = [
Expand All @@ -38,6 +25,6 @@ class Gradle {
'7.3', '7.3.1', '7.3.2', '7.3.3',
'7.4', '7.4.1', '7.4.2',
'7.5', '7.5.1',
'7.6', '7.6.1', '7.6.2', '7.6.3'
'7.6', '7.6.1', '7.6.2', '7.6.3', '7.6.4',
]
}

0 comments on commit df5e369

Please sign in to comment.