We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1525283 commit 92aed75Copy full SHA for 92aed75
build.gradle.kts
@@ -165,8 +165,8 @@ tasks {
165
//todo: we need to do something with github workflow so that we can verify all required versions,
166
// github fails with no space left on device for all versions
167
listProductsReleases {
168
- types.set(listOf("RD","IC","IU"))
169
- sinceVersion.set("2022.3")
+ types.set(listOf("RD","IC"))
+ sinceVersion.set("2022.2")
170
untilVersion.set("2022.3.*")
171
// sinceBuild.set("222.3739.36")
172
// untilBuild.set("222.4167.24")
0 commit comments