0.1.6 updated kotlin and libraries versions
This commit is contained in:
parent
6e1d8cd800
commit
4805d3aba7
@ -7,7 +7,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "scientifik"
|
group = "scientifik"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
@ -16,14 +16,14 @@ repositories {
|
|||||||
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
||||||
}
|
}
|
||||||
|
|
||||||
val kotlinVersion = "1.3.50-eap-5"
|
val kotlinVersion = "1.3.50"
|
||||||
|
|
||||||
// Add plugins used in buildSrc as dependencies, also we should specify version only here
|
// Add plugins used in buildSrc as dependencies, also we should specify version only here
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion")
|
implementation("org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0")
|
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0")
|
||||||
implementation("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.12.9")
|
implementation("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.12.10")
|
||||||
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.9.7")
|
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.9.7")
|
||||||
implementation("com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4")
|
implementation("com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4")
|
||||||
implementation("org.jetbrains.dokka:dokka-gradle-plugin:0.9.18")
|
implementation("org.jetbrains.dokka:dokka-gradle-plugin:0.9.18")
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
object Scientifik {
|
object Scientifik {
|
||||||
const val ioVersion = "0.1.13"
|
const val ioVersion = "0.1.13"
|
||||||
const val coroutinesVersion = "1.2.2"
|
const val coroutinesVersion = "1.3.0"
|
||||||
const val atomicfuVersion = "0.12.9"
|
const val atomicfuVersion = "0.12.11"
|
||||||
const val serializationVersion = "0.11.1"
|
const val serializationVersion = "0.12.0"
|
||||||
}
|
}
|
||||||
|
@ -183,14 +183,6 @@ open class ScientifikPublishPlugin : Plugin<Project> {
|
|||||||
//workaround bintray bug
|
//workaround bintray bug
|
||||||
setPublications(*project.extensions.findByType<PublishingExtension>()!!.publications.names.toTypedArray())
|
setPublications(*project.extensions.findByType<PublishingExtension>()!!.publications.names.toTypedArray())
|
||||||
}
|
}
|
||||||
|
|
||||||
// tasks.withType<BintrayUploadTask>{
|
|
||||||
// doFirst {
|
|
||||||
// logger.info("repoName = $repoName")
|
|
||||||
// logger.info("versionName = $versionName")
|
|
||||||
// logger.info("packageName = $packageName")
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user