Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
floschu committed May 8, 2020
1 parent 4a12966 commit 2e011f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
9 changes: 4 additions & 5 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ object Versions {
const val org_jetbrains_kotlinx_kotlinx_serialization: String = "0.20.0"
// available: "0.20.0-1.4-M1-release-99"

const val org_jetbrains_kotlinx_kotlinx_coroutines: String = "1.3.5"
// available: "1.3.5-1.4-M1-release-99"
const val org_jetbrains_kotlinx_kotlinx_coroutines: String = "1.3.6"

const val io_github_reactivecircus_flowbinding: String = "0.11.1"

Expand All @@ -42,7 +41,7 @@ object Versions {

const val lifecycle_runtime_ktx: String = "2.2.0"

const val gradle_pitest_plugin: String = "1.5.0"
const val gradle_pitest_plugin: String = "1.5.1"

const val constraintlayout: String = "2.0.0-beta4"

Expand All @@ -65,11 +64,11 @@ object Versions {
const val mockk: String = "1.10.0"

/**
* Current version: "5.6.4"
* Current version: "6.4"
* See issue 19: How to update Gradle itself?
* https://github.com/jmfayard/buildSrcVersions/issues/19
*/
const val gradleLatestVersion: String = "6.3"
const val gradleLatestVersion: String = "6.4"
}

/**
Expand Down
8 changes: 1 addition & 7 deletions gradle/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,4 @@ bintray {
}
}

apply from: "https://raw.githubusercontent.com/sky-uk/gradle-maven-plugin/master/gradle-mavenizer.gradle"

// override from sky-uk plugin to correctly package sources
task sourcesJar(type: Jar, overwrite: true) {
from sourceSets.main.allSource
archiveClassifier.set("sources")
}
apply from: "https://raw.githubusercontent.com/floschu/gradle-maven-plugin/master/gradle-mavenizer.gradle"
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip

0 comments on commit 2e011f3

Please sign in to comment.