Skip to content

Commit aa8f8ce

Browse files
authored
Fix issue with maven central and gradle signatures. (#191)
See gradle/gradle#11308
1 parent 4a4d6ca commit aa8f8ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ developerEmail=info@cloudinary.com
1414
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
1515
group=com.cloudinary
1616
version=1.24.0
17+
1718
gnsp.disableApplyOnlyOnRootProjectEnforcement=true
19+
20+
# see https://github.com/gradle/gradle/issues/11308
21+
systemProp.org.gradle.internal.publish.checksums.insecure=true
22+

0 commit comments

Comments
 (0)