Skip to content

Commit 1571171

Browse files
authored
Merge pull request #30 from rrjjvv/allow-v241
Allow v241
2 parents be540bb + 6c957f7 commit 1571171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION --pass-args --global-cache --use-function-keyword 0.7
22
PROJECT earthly-technologies/core
3-
IMPORT github.com/earthly/lib/gradle:40a4041e3044e99cf192d05d4d1620a380d5ddc8 AS gradle
3+
IMPORT github.com/earthly/lib/gradle:b4d24aed3c053db217c64c9bd7625092bb67e424 AS gradle
44
ARG --global gradle_version=8.2.1
55
ARG --global bundle="github.com/earthly/earthfile-grammar+export/"
66
FROM gradle:${gradle_version}-jdk17

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks {
3535

3636
patchPluginXml {
3737
sinceBuild.set("212")
38-
untilBuild.set("233.*")
38+
untilBuild.set("241.*")
3939
}
4040

4141
signPlugin {

0 commit comments

Comments
 (0)