mirror of
https://github.com/gradle/actions
synced 2026-07-02 22:22:58 +08:00
95e20daa83
in a best effort manner by default allowing to specify files to hash for computing the cache key
12 lines
124 B
Groovy
12 lines
124 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation('junit:junit:4.12')
|
|
}
|