You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to overwrite the timetype from LOCAL to ZONED. In documentation is mentioned, that we could overwrite it in build.gradle on same position as ids, apimodel, etc. could be configured.
But if we set it, then we get the message:
Could not set unknown property 'useTimeType' for object of type com.sngular.api.generator.plugin.model.OperationParameter.
The OperationParameter.java also does not contain the parameter:
We try to overwrite the timetype from LOCAL to ZONED. In documentation is mentioned, that we could overwrite it in build.gradle on same position as ids, apimodel, etc. could be configured.
But if we set it, then we get the message:
Could not set unknown property 'useTimeType' for object of type com.sngular.api.generator.plugin.model.OperationParameter.
The OperationParameter.java also does not contain the parameter:
Is there a reason why this property is not set here?
Configuration looks like:
The text was updated successfully, but these errors were encountered: