Skip to content

Commit 5dc6616

Browse files
committed
excluded non-viable version from verify
1 parent 130c614 commit 5dc6616

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Kotlin-Coroutines_1.7/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
apply plugin: 'java'
55

6-
targetCompatibility = JavaVersion.VERSION_1_9
6+
// targetCompatibility = JavaVersion.VERSION_1_9
77

88
dependencies {
99
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.7.3'
@@ -35,4 +35,5 @@ verifyInstrumentation {
3535
excludeRegex '.*-RC'
3636
excludeRegex '.*-RC[0-9]'
3737
excludeRegex '.*-Beta'
38+
excludeRegex '.*-RC.[0-9]'
3839
}

0 commit comments

Comments
 (0)