Create project foundations #2
No reviewers
Labels
No labels
blocked
bug
duplicate
enhancement
help wanted
invalid
meta
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jotoho/waituntil#2
Loading…
Reference in a new issue
No description provided.
Delete branch "initialize-project"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #1
This Pull Request introduces a basic gradle file structure and the necessary configuration files to compile and run the application. While the importing functionality for external libraries probably won't be used, too many tools rely on the topography of a Gradle project for me to be able to safely discard it. Instead I did the next best thing and excluded the file paths of the gradle wrapper from the repository so the binary files and executables won't clutter up this repository.
The project can be executed using a system installation of gradle using the command
gradle run
. I have tested this on Gradle 7.2.Additionally the PR introduces a very basic main function with the sole purpose of reading and sorting the arguments passed to the application on the terminal or command prompt.
As such, this PR is a stable foundation that the rest of the project can be built upon. Since the PR was created by me, I am merging without approvals. (I cannot approve my own work)