Create project foundations #2

Merged
jotoho merged 1 commits from initialize-project into master 2021-09-02 17:12:58 +02:00
Owner

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)

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)
jotoho added the
enhancement
label 2021-09-02 17:12:07 +02:00
jotoho self-assigned this 2021-09-02 17:12:07 +02:00
jotoho added 1 commit 2021-09-02 17:12:08 +02:00
jotoho added spent time 2021-09-02 17:12:42 +02:00
2h 20min
jotoho merged commit 2a7a0dfcb8 into master 2021-09-02 17:12:58 +02:00
jotoho deleted branch initialize-project 2021-09-02 17:12:58 +02:00
Sign in to join this conversation.
No description provided.