Skip to content

Commit 6c957f7

Browse files
committed
Fix sha for gradle lib
The original sha can be found in the GitHub UI, but not resolvable by earthly; I'm assuming its only reachable by the PR ref but was then squashed on merge. This updated sha is the for the merge commit of that PR (earthly/lib#37)
1 parent 42e9fe9 commit 6c957f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)