We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be540bb + 6c957f7 commit 1571171Copy full SHA for 1571171
Earthfile
@@ -1,6 +1,6 @@
1
VERSION --pass-args --global-cache --use-function-keyword 0.7
2
PROJECT earthly-technologies/core
3
-IMPORT github.com/earthly/lib/gradle:40a4041e3044e99cf192d05d4d1620a380d5ddc8 AS gradle
+IMPORT github.com/earthly/lib/gradle:b4d24aed3c053db217c64c9bd7625092bb67e424 AS gradle
4
ARG --global gradle_version=8.2.1
5
ARG --global bundle="github.com/earthly/earthfile-grammar+export/"
6
FROM gradle:${gradle_version}-jdk17
build.gradle.kts
@@ -35,7 +35,7 @@ tasks {
35
36
patchPluginXml {
37
sinceBuild.set("212")
38
- untilBuild.set("233.*")
+ untilBuild.set("241.*")
39
}
40
41
signPlugin {
0 commit comments