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
I think this is Gradle-specific so it may have been caused by #148. Upgrading to 0.0.17 (from 0.0.15) results in some unexpected changes in formatting:
Javadoc line width is narrowed
The description for javadoc @param tags is split onto a separate line:
* @param name
* name of the library
catch is moved onto the same line as the closing } of the try block