Skip to content

Commit

Permalink
Cannot find available update for kotlinx-coroutines-core
Browse files Browse the repository at this point in the history
Build version is 1.3.0, 1.3.2 is available but is not found by the gradle-versions-plugin

https://search.maven.org/search?q=g:org.jetbrains.kotlinx%20AND%20a:kotlinx-coroutines-core

The following dependencies are using the latest milestone version:
 - org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0

 Publishing build scan...
 https://gradle.com/s/4is4lymcbekz4
  • Loading branch information
Jean-Michel Fayard committed Oct 7, 2019
1 parent d1309c1 commit 011574f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample-versionsOnlyMode/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ group = "de.fayard"
buildSrcVersions {
// See configuration options at https://github.com/jmfayard/buildSrcVersions/issues/53
indent = " "
rejectVersionIf { false }
}

repositories {
Expand All @@ -27,6 +28,7 @@ repositories {
dependencies {
implementation("com.google.guava:guava:15.0")
implementation("com.google.inject:guice:2.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0")
}

tasks.withType<KotlinCompile> {
Expand Down
1 change: 1 addition & 0 deletions sample-versionsOnlyMode/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ plugin.ch.tutteli.kotlin.utils=0.29.0
plugin.com.gradle.build-scan=2.4.1
# # available=2.4.2
plugin.nebula.kotlin=1.3.50
version.kotlinx-coroutines-core=1.3.0
version.org.jetbrains.kotlin=1.3.50
version.gradleLatestVersion=5.6.2
version.guava=15.0
Expand Down

0 comments on commit 011574f

Please sign in to comment.