File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
2424
2525description = ' Ballerina HubSpot CRM Products Connector - Ballerina'
2626
27- def packageName = " hubspot.crm.object .products"
27+ def packageName = " hubspot.crm.obj .products"
2828def packageOrg = " ballerinax"
2929def tomlVersion = stripBallerinaExtensionVersion(" ${ project.version} " )
3030def ballerinaTomlFilePlaceHolder = new File (" ${ project.rootDir} /build-config/resources/Ballerina.toml" )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ allprojects {
5858def moduleVersion = project. version. replace(" -SNAPSHOT" , " " )
5959
6060task build {
61- dependsOn(' :hubspot.crm.object .products-ballerina:build' )
61+ dependsOn(' :hubspot.crm.obj .products-ballerina:build' )
6262}
6363
6464release {
Original file line number Diff line number Diff line change 11# Examples
22
3- The ` ballerinax/hubspot.crm.object .products ` connector provides practical examples illustrating usage in various scenarios.
3+ The ` ballerinax/hubspot.crm.obj .products ` connector provides practical examples illustrating usage in various scenarios.
44
55[ // ] : # ( TODO: Add examples )
6- 1 .
7- 2 .
6+ 1 .
7+ 2 .
88
99## Prerequisites
1010
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ plugins {
2929
3030rootProject. name = ' module-ballerinax-hubspot.crm.object.products'
3131
32- include ' :hubspot.crm.object .products-ballerina'
32+ include ' :hubspot.crm.obj .products-ballerina'
3333
34- project(' :hubspot.crm.object .products-ballerina' ). projectDir = file(" ballerina" )
34+ project(' :hubspot.crm.obj .products-ballerina' ). projectDir = file(" ballerina" )
3535
3636gradleEnterprise {
3737 buildScan {
You can’t perform that action at this time.
0 commit comments