Skip to content

moatazeldebsy/gadle-app

Repository files navigation

MyGradleProject

This is a simple Gradle project with Build Scan integration.

How to Run

  1. Clone the repository:

git clone https://github.com/moatazeldebsy/gadle-app.git

  1. Build and run the project:
./gradlew build 
/gradlew build --scan
./gradlew run 

Features

  • Build Scan enabled
  • Basic Gradle setup
  • Automated CI pipeline with GitHub Actions