Skip to content

Commit

Permalink
Merge pull request #55 from launchdarkly/eb/sc-158486/kotlin-dependency
Browse files Browse the repository at this point in the history
add Gradle option to suppress kotlin-stdlib in our pom
  • Loading branch information
eli-darkly authored Jun 29, 2022
2 parents 58b7e6c + f4cc7ba commit d3ce2fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ ossrhPassword=

# See https://github.com/gradle/gradle/issues/11308 regarding the following property
systemProp.org.gradle.internal.publish.checksums.insecure=true

# We are using the Kotlin Gradle plugin so that we can write our build script in
# Kotlin, but we do *not* want it to add kotlin-stdlib as a dependency in our pom.
kotlin.stdlib.default.dependency=false

0 comments on commit d3ce2fa

Please sign in to comment.