Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Dec 23, 2020
1 parent a5b5a2c commit a509e7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ plugins {

`java-library`

kotlin("jvm") version "1.4.10"
kotlin("jvm") version "1.4.21"

`maven-publish`

id("com.jfrog.bintray") version "1.8.5"

id("org.jetbrains.dokka") version "1.4.10.2"
id("org.jetbrains.dokka") version "1.4.20"

kotlin("plugin.serialization") version "1.4.10"
kotlin("plugin.serialization") version "1.4.21"

}

Expand Down Expand Up @@ -175,4 +175,4 @@ val JavaVersion.versionString get() = majorVersion.let {
if (version <= 10) "1.$it" else it
}

fun TaskProvider<KotlinCompile>.configureJvmVersion() { get().kotlinOptions.jvmTarget = JVM_VERSION_STRING }
fun TaskProvider<KotlinCompile>.configureJvmVersion() { get().kotlinOptions.jvmTarget = JVM_VERSION_STRING }

0 comments on commit a509e7e

Please sign in to comment.