Skip to content

Commit

Permalink
Add an OSSRH workaround
Browse files Browse the repository at this point in the history
This adds a flag that enables a workaround for OSSRH publishing.

Affects: https://issues.sonatype.org/browse/OSSRH-56352
Affects: gradle/gradle#11308 (comment)
  • Loading branch information
io7m committed Apr 14, 2020
1 parent 488e61f commit e425e72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Expand Up @@ -17,3 +17,6 @@ android.useAndroidX=true
android.enableJetifier=true

org.gradle.jvmargs=-Xmx4096m

# https://github.com/gradle/gradle/issues/11308#issuecomment-554317655
org.gradle.internal.publish.checksums.insecure=true

0 comments on commit e425e72

Please sign in to comment.