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
While making the PR Refactor for publishing to Maven Central #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}.
The text was updated successfully, but these errors were encountered:
Acceptance Criteria
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)The text was updated successfully, but these errors were encountered: