diff init70-github.gradle @ 353:c203c2024c0d

attempt to publish maven artifacts
author Marc Davis <marc.davis@mcoecn.org>
date Tue, 05 Sep 2023 12:00:24 -0400
parents 49e02e6dcce6
children b2b512824e8f
line wrap: on
line diff
--- 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 {