Skip to content

Commit 32a7258

Browse files
Fix Release Failure (#16)
1 parent ab0f837 commit 32a7258

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ballerina/Dependencies.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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]]
6063
org = "ballerina"
@@ -329,6 +332,7 @@ org = "ballerinax"
329332
name = "hubspot.crm.obj.products"
330333
version = "2.0.0"
331334
dependencies = [
335+
{org = "ballerina", name = "data.jsondata"},
332336
{org = "ballerina", name = "http"},
333337
{org = "ballerina", name = "oauth2"},
334338
{org = "ballerina", name = "os"},

ballerina/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)