Skip to content

Commit

Permalink
fixup! upgrade to kotlin 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Sep 17, 2024
1 parent 7ce0344 commit ad4bfd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,11 @@ afterEvaluate {
compileTaskProvider.get().enabled = false
tasks[processResourcesTaskName].enabled = false
}
binaries.all { linkTask.enabled = false }
binaries.all {
linkTaskProvider {
enabled = false
}
}

mavenPublication {
val publicationToDisable = this
Expand Down

0 comments on commit ad4bfd1

Please sign in to comment.