Skip to content

jnetu/grandle-setup

Repository files navigation

Grandle Test

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.

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/jnetu/grandle-setup.git
  2. Navigate to the directory created:

    cd grandle-setup

Running the Project

  1. To build the project, use the following Gradle command:

    ./gradlew build
  2. To run the project, use the following Gradle command:

    ./gradlew run