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 a Gradle-based build #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pettyalex
Copy link

Add a basic Gradle build, automating the build process to create an executable jar.

This should make it easier and more approachable for people to quickly check out and run this project. I can update the documentation as well if you're interested in merging this.

This allows the project to be built and run through ./gradlew run on UNIX-y platforms or ./gradlew.bat run on Windows, or packaged into an executable jar through ./gradlew assemble.

@pettyalex
Copy link
Author

Thanks for the interest! I'll shoot you an email. There's no urgency to this PR, I just wanted to contribute it upstream. I ran into a weird edge case running hap-ibd in the All of Us Environment where we wanted to be able to add some additional logging, and setting up Gradle was a quick and easy way to make iterating and tweaking hap-ibd easier.

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.

1 participant