This is one of my first GitHub projects, created to test my knowledge of using Gradle alongside Java. It serves as a simple project to validate my understanding of these tools.
Please note that this GitHub account will be used for hosting more projects in the future.
Before you begin, ensure you have met the following requirements:
- Gradle installed.
- Java Development Kit (JDK) installed.
To get started with this project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/jnetu/grandle-setup.git
-
Navigate to the directory created:
cd grandle-setup
-
To build the project, use the following Gradle command:
./gradlew build
-
To run the project, use the following Gradle command:
./gradlew run