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
Documentation states that Spotless.SQL can use a dbeaver().configFile('dbeaver.props') however trying to set this config throws and error that this file extension is not supported and I see that it is not supported here.
Could we fix the documentation or add .props to list of supported file extensions?
Spotless configuration
spotless.sql {
target 'src/main/resources/**/*.sql'
dbeaver().configFile('dbeaver.props') // works with 'dbeaver.properties'
}
Cheers.
The text was updated successfully, but these errors were encountered:
Documentation states that Spotless.SQL can use a
dbeaver().configFile('dbeaver.props')
however trying to set this config throws and error that this file extension is not supported and I see that it is not supported here.Could we fix the documentation or add
.props
to list of supported file extensions?Spotless configuration
Cheers.
The text was updated successfully, but these errors were encountered: