Skip to content

Commit

Permalink
Remove workaround for Bintray publishing (#408)
Browse files Browse the repository at this point in the history
Bintray no longer exists, so the workaround specified in
gradle/gradle#11412
is no longer applicable.
  • Loading branch information
Goooler authored Nov 25, 2024
1 parent 198d62a commit b289d0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ kotlin.native.ignoreIncorrectDependencies=true
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.applyDefaultHierarchyTemplate=false

# Workaround for Bintray treating .sha512 files as artifacts
# https://github.com/gradle/gradle/issues/11412
systemProp.org.gradle.internal.publish.checksums.insecure=true

# stop using pre-HMPP IDEA import workaround in kotlinx.team.infra
useNativeBuildInfraInIdea=true

0 comments on commit b289d0b

Please sign in to comment.