We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should be able to run any code check from Java SDK submodules
Currently when going to sub-folder and trying to run for example: ../mvnw validate we will get an error like:
../mvnw validate
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.4.0:check (validate) on project dapr-sdk-actors: Failed during checkstyle configuration: cannot initialize module RegexpHeader - illegal value '.java_header' for property 'headerFile': com.puppycrawl.tools.checkstyle.api.CheckstyleException: Unable to find: .java_header -> [Help 1]
This is not very developer friendly
Follow these steps:
cd sdk-actors
RELEASE NOTE:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
We should be able to run any code check from Java SDK submodules
Actual Behavior
Currently when going to sub-folder and trying to run for example:
../mvnw validate
we will get an error like:This is not very developer friendly
Steps to Reproduce the Problem
Follow these steps:
cd sdk-actors
../mvnw validate
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: