Skip to content
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

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

manolo
Copy link
Member

@manolo manolo commented Dec 2, 2021

This should fix problems when running the build in docker containers in windows.

@manolo manolo requested a review from ZheSun88 December 2, 2021 14:27
@github-actions
Copy link

github-actions bot commented Dec 2, 2021

Unit Test Results

   720 files     720 suites   22m 23s ⏱️
5 647 tests 5 597 ✔️ 50 💤 0
5 663 runs  5 613 ✔️ 50 💤 0

Results for commit c657f1d.

♻️ This comment has been updated with latest results.

<phase>prepare-package</phase>
<configuration>
<executable>${gradle.executable}</executable>
Copy link
Contributor

@ZheSun88 ZheSun88 Dec 3, 2021

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ZheSun88
Copy link
Contributor

ZheSun88 commented Dec 3, 2021

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 upload-artifacts.

image

idation/build]   | With the provided path, there will be 1 file uploaded
[Flow Validation/build]   💬  ::debug::Root artifact directory is /mnt/c/temp/flow
[Flow Validation/build]   ❗  ::error::Unable to get ACTIONS_RUNTIME_TOKEN env variable
[Flow Validation/build]   ❌  Failure - actions/upload-artifact@v2

ZheSun88
ZheSun88 previously approved these changes Dec 3, 2021
@manolo manolo force-pushed the gradle-replace-exec branch 4 times, most recently from d82ffff to f0d3230 Compare December 8, 2021 07:55
@vaadin-bot vaadin-bot added +0.1.0 and removed +0.0.1 labels Dec 8, 2021
@manolo manolo force-pushed the gradle-replace-exec branch 2 times, most recently from 48b7555 to c4b2c32 Compare December 8, 2021 10:39
@manolo manolo force-pushed the gradle-replace-exec branch from c4b2c32 to c657f1d Compare December 8, 2021 10:39
run: |
type java && java -version
type mvn && mvn -version
type node && node -version
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe node -v work

@vaadin-bot vaadin-bot added +0.0.1 and removed +0.1.0 labels Dec 8, 2021
@manolo manolo marked this pull request as ready for review December 8, 2021 11:01
@manolo manolo merged commit 2ecff67 into master Dec 8, 2021
@manolo manolo deleted the gradle-replace-exec branch December 8, 2021 11:01
manolo added a commit that referenced this pull request Dec 9, 2021
manolo added a commit that referenced this pull request Dec 10, 2021
caalador pushed a commit that referenced this pull request Dec 10, 2021
caalador added a commit that referenced this pull request Dec 10, 2021
caalador added a commit that referenced this pull request Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants