# HG changeset patch # User Marc Davis # Date 1693929624 14400 # Node ID c203c2024c0d9326f7fecf5b9d42e9200c8ba1ea # Parent 49e02e6dcce6c83a63c8799252c129bac98c223b attempt to publish maven artifacts diff -r 49e02e6dcce6 -r c203c2024c0d artifactory70-github.gradle --- a/artifactory70-github.gradle Tue Sep 05 10:41:53 2023 -0400 +++ b/artifactory70-github.gradle Tue Sep 05 12:00:24 2023 -0400 @@ -55,7 +55,7 @@ } } defaults { - publications('ivyJava') + publications('ivyJava', 'mavenJava') publishBuildInfo = true publishArtifacts = true publishPom = true diff -r 49e02e6dcce6 -r c203c2024c0d init70-github.gradle --- a/init70-github.gradle Tue Sep 05 10:41:53 2023 -0400 +++ b/init70-github.gradle Tue Sep 05 12:00:24 2023 -0400 @@ -438,6 +438,10 @@ ivy "[organization]/[module]/ivy-[revision].xml" } } + maven { + name = 'ssdt-branches' + url = "${ssdtArtifactory}/ssdt-branches/${gradle.branchHash}/" + } } ivy {