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

Add maven wrapper #336

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Add maven wrapper #336

merged 2 commits into from
Jun 6, 2024

Conversation

jperedadnr
Copy link
Collaborator

Fixes #335

- name: Build project (Windows)
if: runner.os == 'Windows'
run: |
.\mvnw -B -ntp verify -f rta
Copy link
Collaborator

Choose a reason for hiding this comment

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

does this needs to be .\mvnw.cmd ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it works fine as is (I tested it and also job is green), it runs on powerShell, so .cmd is the default extension.

Copy link
Collaborator

@abhinayagarwal abhinayagarwal left a comment

Choose a reason for hiding this comment

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

Left a minor question :)

@jperedadnr jperedadnr merged commit 5e96749 into gluonhq:main Jun 6, 2024
3 checks passed
@jperedadnr jperedadnr deleted the 335-mavenwrapper branch June 6, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use maven wrapper
2 participants