galovics commented on code in PR #2300:
URL: https://github.com/apache/fineract/pull/2300#discussion_r862646958
##########
fineract-client/build.gradle:
##########
@@ -72,21 +72,21 @@ task buildTypescriptAngularSdk(type:
org.openapitools.generator.gradle.plugin.ta
skipValidateSpec = true
inputSpec = "file:///$swaggerFile"
outputDir = "$buildDir/generated/typescript".toString()
- apiPackage = 'org.apache.fineract.client.services'
- invokerPackage = 'org.apache.fineract.client'
- modelPackage = 'org.apache.fineract.client.models'
+ apiPackage = 'apache-fineract-client/services'
+ invokerPackage = 'apache-fineract-client/invoker'
+ modelPackage = 'apache-fineract-client/models'
configOptions = [
- apiModulePrefix: 'fineract',
- configurationPrefix: 'fineract',
+ apiModulePrefix: 'apacheFineractClient',
+ configurationPrefix: 'apacheFineractClient',
ngVersion: '12.0.0',
- npmName: 'apache-fineract-client'
+ npmName: '@apache/fineract-client',
+ npmRepository: "${npmRepository}"
]
dependsOn = [
':fineract-provider:resolve'
]
}
-licenseFormatMain.dependsOn buildJavaSdk
Review Comment:
@vidakovic are you sure this is not gonna be needed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]