Skip to content

Installation

IntelliBitz edited this page Sep 3, 2026 · 2 revisions

Installation & Setup

Option 1: Self-Contained Init Script (Zero Modifications)

Run gha tasks on any cloned project without changing build scripts:

./gradlew --init-script init/gha.init.gradle.kts ghaInit ghaStatus ghaDependencies

Option 2: Gradle Plugin

Add cc.thevar.gha to your project's build.gradle.kts:

plugins {
    id("cc.thevar.gha") version "0.1.0"
}

Clone this wiki locally