Skip to content

Commit f388873

Browse files
author
TheSnoozer
committed
exclude gradle 5.0 since it doesn't support conventions
1 parent afb668f commit f388873

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ jobs:
111111
'5.2.1',
112112
'5.2',
113113
'5.1',
114-
# Likely Doesn't support conventions: https://docs.gradle.org/5.1/release-notes.html#specify-a-convention-for-a-property
115-
'5.0',
114+
# '5.0', # Doesn't support conventions: https://docs.gradle.org/5.1/release-notes.html#specify-a-convention-for-a-property
116115
]
117116

118117
steps:

0 commit comments

Comments
 (0)