Skip to content

Commit

Permalink
Fix sha for gradle lib
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rrjjvv committed Apr 4, 2024
1 parent 42e9fe9 commit 6c957f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION --pass-args --global-cache --use-function-keyword 0.7
PROJECT earthly-technologies/core
IMPORT github.com/earthly/lib/gradle:40a4041e3044e99cf192d05d4d1620a380d5ddc8 AS gradle
IMPORT github.com/earthly/lib/gradle:b4d24aed3c053db217c64c9bd7625092bb67e424 AS gradle
ARG --global gradle_version=8.2.1
ARG --global bundle="github.com/earthly/earthfile-grammar+export/"
FROM gradle:${gradle_version}-jdk17
Expand Down

0 comments on commit 6c957f7

Please sign in to comment.