Skip to content

Commit fc491b5

Browse files
authored
Merge pull request #30 from newrelic/excludeRC
excluded non-viable version from verify
2 parents 130c614 + 5dc6616 commit fc491b5

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)