File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ dependencies = [
5555 {org = " ballerina" , name = " jballerina.java" },
5656 {org = " ballerina" , name = " lang.object" }
5757]
58+ modules = [
59+ {org = " ballerina" , packageName = " data.jsondata" , moduleName = " data.jsondata" }
60+ ]
5861
5962[[package ]]
6063org = " ballerina"
@@ -329,6 +332,7 @@ org = "ballerinax"
329332name = " hubspot.crm.obj.products"
330333version = " 2.0.0"
331334dependencies = [
335+ {org = " ballerina" , name = " data.jsondata" },
332336 {org = " ballerina" , name = " http" },
333337 {org = " ballerina" , name = " oauth2" },
334338 {org = " ballerina" , name = " os" },
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ publishing {
8282 repositories {
8383 maven {
8484 name = " GitHubPackages"
85- url = uri(" https://maven.pkg.github.com/ballerina-platform/module-${ packageOrg} -${ packageName } " )
85+ url = uri(" https://maven.pkg.github.com/ballerina-platform/module-${ packageOrg} -hubspot.crm.object.products " )
8686 credentials {
8787 username = System . getenv(" publishUser" )
8888 password = System . getenv(" publishPAT" )
You can’t perform that action at this time.
0 commit comments