Skip to content

Commit

Permalink
excluded non-viable version from verify
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed Sep 11, 2024
1 parent 130c614 commit 5dc6616
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 5dc6616

Please sign in to comment.