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

Implement simple CI #15

Open
mabartos opened this issue Jul 23, 2024 · 3 comments
Open

Implement simple CI #15

mabartos opened this issue Jul 23, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mabartos
Copy link
Owner

  • Simple CI for PRs to verify everything works as expected
  • At least build the project
@mabartos mabartos added enhancement New feature or request good first issue Good for newcomers labels Jul 23, 2024
@lezhdz98
Copy link

lezhdz98 commented Jan 8, 2025

I'm new doing contributions to open-source projects, I would like to try this issue.

@mabartos
Copy link
Owner Author

mabartos commented Jan 9, 2025

@lezhdz98 Yeah, sure. As there are no tests yet, it'd be fine to at least build the project and verify there's no compilation error. Thank you!

@lezhdz98
Copy link

@mabartos, I did the CI for the building, but there is an error with the dependencies.

Could you please show me how are you building the project on your local machine?

I tried these commands and there are errors

mvn -B package --file pom.xml

./mvnw clean install -DskipTests

mvn clean install -DskipTests -Dkeycloak.version=999.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants