changeset 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 23617a92ae36
files artifactory70-github.gradle init70-github.gradle
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 {