aws/amazon-neptune-jdbc-driver

[BUG] Enable static code quality checks

Closed this issue · 1 comments

Acceptance Criteria

  1. While making the PR #208, I disabled the static code quality checks. These should be enabled again.
    2. Removing the hard-coded checkstyle version (thus using the default version in the checkstyle plugin) causes the build to fail. We should not be dependent on a specific checkstyle version. This issue can be reproduced by using version 8.45.1 (default as of today)
* What went wrong:
Execution failed for task ':checkstyleMain'.
> A failure occurred while executing org.gradle.api.plugins.quality.internal.CheckstyleAction
   > Unable to create Root Module: config {/some/path/amazon-neptune-jdbc-driver/config/checkstyle/checkstyle.xml}, classpath {null}.

Removing the hard-coded checkstyle version (thus using the default version in the checkstyle plugin) causes the build to fail.

Fixed by #210