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
In grails-app/services/org/grails/plugins/wkhtmltopdf/WkhtmltoxService.groovy, the line 58: String binaryFilePath = wkhtmltopdfConfig.binary.toString()
produces the following deprecated warning:
WARN org.grails.config.NavigableMap - Accessing config key 'binary' through dot notation is deprecated, and it will be removed in a future release. Use 'config.getProperty(key, targetClass)' instead.
The text was updated successfully, but these errors were encountered:
In grails-app/services/org/grails/plugins/wkhtmltopdf/WkhtmltoxService.groovy, the line 58:
String binaryFilePath = wkhtmltopdfConfig.binary.toString()
produces the following deprecated warning:
WARN org.grails.config.NavigableMap - Accessing config key 'binary' through dot notation is deprecated, and it will be removed in a future release. Use 'config.getProperty(key, targetClass)' instead.
The text was updated successfully, but these errors were encountered: