We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8809bc commit 8eba94cCopy full SHA for 8eba94c
1 file changed
.github/workflows/default-tests.yml
@@ -118,9 +118,9 @@ jobs:
118
'5.4',
119
'5.3.1',
120
'5.3',
121
- '5.2.1',
122
- '5.2',
123
- '5.1',
+ # '5.2.1', # Extension injection is only supported for 5.3 and onwards https://github.com/gradle/gradle/issues/24947
+ # '5.2', # Extension injection is only supported for 5.3 and onwards https://github.com/gradle/gradle/issues/24947
+ # '5.1', # Extension injection is only supported for 5.3 and onwards https://github.com/gradle/gradle/issues/24947
124
# '5.0', # Doesn't support conventions: https://docs.gradle.org/5.1/release-notes.html#specify-a-convention-for-a-property
125
]
126
0 commit comments