# HG changeset patch # User Marc Davis # Date 1693944449 14400 # Node ID 3a33f23a26db05c23c48a4c15f289f86ae1a85ad # Parent ab7103f0c154cf5d432eb527464a6b8ffb89cb3a try some more maven publishing items diff -r ab7103f0c154 -r 3a33f23a26db artifactory70-github.gradle --- a/artifactory70-github.gradle Tue Sep 05 15:40:13 2023 -0400 +++ b/artifactory70-github.gradle Tue Sep 05 16:07:29 2023 -0400 @@ -38,9 +38,9 @@ publish { def isFeature = gradle.branchStream == 'feature' repository { - repoKey = isFeature ? 'libs-branches-local' : 'libs-snapshots-local' + repoKey = isFeature ? "libs-branches-local/${project.gradle.branchHash}" : 'libs-snapshots-local' if (gradle.branch.isRelease()) { - repoKey = "libs-releases-local/${project.gradle.branchHash}" + repoKey = "libs-releases-local" } // Publisher username and password // Sub projects must provide these values via command line or properties file