File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
VERSION --pass-args --global-cache --use-function-keyword 0.7
2
2
PROJECT earthly-technologies/core
3
- IMPORT github.com/earthly/lib/gradle:b4d24aed3c053db217c64c9bd7625092bb67e424 AS gradle
3
+ IMPORT github.com/earthly/lib/gradle:0a891b93330eced8fe57f48397a1109d829cb7d4 AS gradle
4
4
ARG --global gradle_version= 8.2.1
5
5
ARG --global bundle= "github.com/earthly/earthfile-grammar+export/"
6
6
FROM gradle:${gradle_version}-jdk17
47
47
publish :
48
48
FROM --pass-args +src
49
49
RUN --push \
50
- $EARTHLY_GRADLE_MOUNT_CACHE \
50
+ --mount = $EARTHLY_GRADLE_USER_HOME_CACHE --mount = $EARTHLY_GRADLE_PROJECT_CACHE \
51
51
--secret CERTIFICATE_CHAIN= intellij-plugin/chain.crt \
52
52
--secret PRIVATE_KEY= intellij-plugin/private.pem \
53
53
--secret PRIVATE_KEY_PASSWORD= intellij-plugin/private-key-password \
You can’t perform that action at this time.
0 commit comments