Skip to content

Commit

Permalink
fixed verify interval
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed Oct 2, 2024
1 parent 130c614 commit 40c0c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kotlin-Coroutines_1.7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jar {
}

verifyInstrumentation {
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,)]'
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,)'
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.7.0,1.9.0)]'
passes 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.7.0,1.9.0)'
excludeRegex '.*SNAPSHOT'
excludeRegex '.*alpha'
excludeRegex '.*-eap-.*'
Expand Down

0 comments on commit 40c0c3e

Please sign in to comment.