-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
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
workflowcheck - initial support for Java static analyzer #2356
base: master
Are you sure you want to change the base?
Conversation
} | ||
|
||
// Need all-in-one JAR | ||
shadowJar { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unlike the -shaded
project, we just need the -all.jar
this generates, and we only have one real dependency anyways
// Add the workflowcheck project as a composite build. We are only doing this | ||
// for the sample, normally this is not needed. | ||
includeBuild '../../../' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and the other two samples will be updated when a version of this project is published
System.err.println("Unrecognized argument: " + invalidArg); | ||
} | ||
|
||
System.err.println("Analyzing classpath for classes with workflow methods..."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why I do System.err
here and System.out
below, probably just need to pick one
What was changed
Added initial
temporal-workflowcheck
project. This is currently considered "beta". See the README for more about the project.TODO in the near future: