You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2022/05/02 07:41:23 UTC

[GitHub] [fineract] galovics commented on a diff in pull request #2300: FINERACT-1528: Replace copy and pasted Swagger UI with Springdoc

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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org