Skip to content

When using Gradle, upgrading from 0.0.15 to 0.0.17 results in unexpected formatting changes #161

Closed
@wilkinsona

Description

@wilkinsona

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
} catch (IOException ex) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions