Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 437 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 437 Bytes

p4pa-workflow-hub

🛠️ Getting Started

Prerequisites

Ensure the following tools are installed on your machine:

  1. Java 21+
  2. Gradle (or use the Gradle wrapper included in the repository)
  3. Docker (for Helm-related tasks, optional)

Building & Run

Build

./gradlew clean build

Run local

./gradlew bootRun

Write Locks

./gradlew dependencies --write-locks