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 Github action for building Java #44

Merged
merged 3 commits into from
Oct 20, 2023
Merged

Conversation

gi-wg2
Copy link
Contributor

@gi-wg2 gi-wg2 commented Oct 18, 2023

No description provided.


steps:
- name: Checkout
uses: actions/checkout@v2
Copy link
Contributor

Choose a reason for hiding this comment

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

Why an old version? actions/checkout@v4 is the latest


steps:
- name: Checkout
uses: actions/checkout@v2
Copy link
Contributor

Choose a reason for hiding this comment

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

Why an old version? actions/checkout@v4 is the latest

java-version: ${{ matrix.java_version }}
- name: Make Maven Wrapper executable
if: contains(matrix.os, 'win') == false
working-directory: ./java
Copy link
Contributor

Choose a reason for hiding this comment

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

This dir does not seem to exist?

working-directory: ./java
run: chmod +x mvnw
- name: Package
working-directory: ./java
Copy link
Contributor

Choose a reason for hiding this comment

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

This dir does not seem to exist?

java-version: ${{ matrix.java_version }}
- name: Make Maven Wrapper executable
if: contains(matrix.os, 'win') == false
working-directory: ./java
Copy link
Contributor

Choose a reason for hiding this comment

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

This dir does not seem to exist?

working-directory: ./java
run: chmod +x mvnw
- name: Package
working-directory: ./java
Copy link
Contributor

Choose a reason for hiding this comment

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

This dir does not seem to exist?

@gi-wg2 gi-wg2 force-pushed the github-action-build-java branch from 8beb9ea to d816a89 Compare October 20, 2023 09:21
@gi-wg2 gi-wg2 merged commit e49ea6e into master Oct 20, 2023
@gi-wg2 gi-wg2 deleted the github-action-build-java branch October 20, 2023 09:28
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.

2 participants