Skip to content

Commit

Permalink
Merge pull request #30 from newrelic/excludeRC
Browse files Browse the repository at this point in the history
excluded non-viable version from verify
  • Loading branch information
dhilpipre committed Sep 11, 2024
2 parents 130c614 + 5dc6616 commit fc491b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Kotlin-Coroutines_1.7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apply plugin: 'java'

targetCompatibility = JavaVersion.VERSION_1_9
// targetCompatibility = JavaVersion.VERSION_1_9

dependencies {
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.7.3'
Expand Down Expand Up @@ -35,4 +35,5 @@ verifyInstrumentation {
excludeRegex '.*-RC'
excludeRegex '.*-RC[0-9]'
excludeRegex '.*-Beta'
excludeRegex '.*-RC.[0-9]'
}

0 comments on commit fc491b5

Please sign in to comment.