Skip to content

Commit 8eba94c

Browse files
author
TheSnoozer
committed
disable tests for gradle 5.1, 5.2, 5.2.1; plugin required gradl 5.3 or newer
1 parent b8809bc commit 8eba94c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
'5.4',
119119
'5.3.1',
120120
'5.3',
121-
'5.2.1',
122-
'5.2',
123-
'5.1',
121+
# '5.2.1', # Extension injection is only supported for 5.3 and onwards https://github.com/gradle/gradle/issues/24947
122+
# '5.2', # Extension injection is only supported for 5.3 and onwards https://github.com/gradle/gradle/issues/24947
123+
# '5.1', # Extension injection is only supported for 5.3 and onwards https://github.com/gradle/gradle/issues/24947
124124
# '5.0', # Doesn't support conventions: https://docs.gradle.org/5.1/release-notes.html#specify-a-convention-for-a-property
125125
]
126126

0 commit comments

Comments
 (0)