dejankos / gradle-rocky-build-cache

Remote bild cache plugin for Rocky storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote build cache for Rocky storage

Build Gradle Rocky build cache

Remote build cache for Rocky storage

Usage

apply(plugin = "io.github.dejankos.gradle-rocky-build-cache")

buildCache {
    local {
        isEnabled = false
    }

    remote(io.github.dejankos.RockyBuildCacheProperties::class) {
        url = "http://localhost:8080"
        namespace = rootProject.name
        ttl = 10_000
    }
}

About

Remote bild cache plugin for Rocky storage

License:MIT License


Languages

Language:Kotlin 100.0%