Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
This system property will disable sending `maven-metadata.xml.sha512` files to our repository.
The files are not correctly handled by the repository.
  • Loading branch information
zielezin committed May 13, 2024
1 parent 63e9aec commit 74fb355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ org.gradle.parallel=true
systemProp.org.gradle.kotlin.dsl.caching.buildcache=true
systemProp.scan.capture-task-input-files=true
systemProp.org.gradle.groovy.compilation.avoidance=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 74fb355

Please sign in to comment.