Skip to content

Commit 92aed75

Browse files
authored
verify less idea (#209)
1 parent 1525283 commit 92aed75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ tasks {
165165
//todo: we need to do something with github workflow so that we can verify all required versions,
166166
// github fails with no space left on device for all versions
167167
listProductsReleases {
168-
types.set(listOf("RD","IC","IU"))
169-
sinceVersion.set("2022.3")
168+
types.set(listOf("RD","IC"))
169+
sinceVersion.set("2022.2")
170170
untilVersion.set("2022.3.*")
171171
// sinceBuild.set("222.3739.36")
172172
// untilBuild.set("222.4167.24")

0 commit comments

Comments
 (0)