Bug Report Checklist
Description
When using Gradle Properties in strings the value of the property isn't used eg:
Successfully generated code to property(class java.lang.String, property(class java.lang.String, fixed(class java.lang.String, /Users/kieran/Projects/project/build/generated/openapi)))
openapi-generator version
plugins {
id 'org.openapi.generator' version '4.3.0'
}
Command line used for generation
$ ./gradlew openApiGenerate
Steps to reproduce
- Create a fresh Gradle project following the README
- Pick an API spec. If none handy, the Petstore will do
- Run command to generate code
- Read console output
Related issues/PRs
None that I can find
Suggest a fix
Where properties are used in strings, or in console output, the value should be get() first
Bug Report Checklist
Description
When using Gradle Properties in strings the value of the property isn't used eg:
openapi-generator version
Command line used for generation
Steps to reproduce
Related issues/PRs
None that I can find
Suggest a fix
Where properties are used in strings, or in console output, the value should be
get()first