io.github.neas-neas.alibuildcache
Owner: neas-neas
Gradle remote build cache backed by Aliyun
https://github.com/neas-neas/aliyun-gradle-build-cache
Sources: https://github.com/neas-neas/aliyun-gradle-build-cache
Version 1.0.0 (latest)
1.0.0
Created 01 August 2023.
Gradle remote build cache backed by Aliyun
Using the plugins DSL:
plugins {
id("io.github.neas-neas.alibuildcache") version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.neas-neas:alibuildcache:1.0.0")
}
}
apply(plugin = "io.github.neas-neas.alibuildcache")
Using the plugins DSL:
plugins {
id "io.github.neas-neas.alibuildcache" version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.neas-neas:alibuildcache:1.0.0"
}
}
apply plugin: "io.github.neas-neas.alibuildcache"