-
Notifications
You must be signed in to change notification settings - Fork 168
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
chore: replace exec-maven-plugin with gradle-maven-plugin #12501
Conversation
<phase>prepare-package</phase> | ||
<configuration> | ||
<executable>${gradle.executable}</executable> |
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 gradle.executable
property can be removed from pom file
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.
done
this fix runs good on windows..(but it failed here with the flow validation/it-tests(6,3) ) it passes the flow compile and install, but failed with the step on
|
d82ffff
to
f0d3230
Compare
48b7555
to
c4b2c32
Compare
c4b2c32
to
c657f1d
Compare
.github/workflows/validation.yml
Outdated
run: | | ||
type java && java -version | ||
type mvn && mvn -version | ||
type node && node -version |
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.
maybe node -v
work
…12545) Co-authored-by: Manuel Carrasco Moñino <[email protected]>
This should fix problems when running the build in docker containers in windows.