mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
95e20daa83
in a best effort manner by default allowing to specify files to hash for computing the cache key
11 lines
124 B
Groovy
11 lines
124 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation('junit:junit:4.12')
|
|
}
|