mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
This adds the setup-gradle action; which has the following improvements: * Improved cacheing (compared to setup-java's Gradle cache) * Validates the gradle wrapper jar
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
amends "pkl:Project"
|
|
|
|
dependencies {
|
|
["pkl.impl.ghactions"] {
|
|
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.2.0"
|
|
}
|
|
["gha"] {
|
|
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.2.0"
|
|
}
|
|
}
|