Skip to content

Commit

Permalink
Disable kotlinSourcesJar Gradle task
Browse files Browse the repository at this point in the history
Fixes #3474.
  • Loading branch information
marcphilipp committed Sep 25, 2023
1 parent fce00e7 commit 2b3ddb2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ plugins {
kotlin("jvm")
}

tasks.named("kotlinSourcesJar") {
enabled = false
}

tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
apiVersion = "1.6"
Expand Down

0 comments on commit 2b3ddb2

Please sign in to comment.