We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e6adcc + c7a1eee commit 7c34515Copy full SHA for 7c34515
.ci/Dockerfile
@@ -34,6 +34,7 @@ COPY LICENSE.txt NOTICE.txt ./
34
# Prefetch dependencies
35
COPY build.gradle.kts settings.gradle.kts ./
36
COPY buildSrc ./buildSrc/
37
+COPY config ./config/
38
COPY java-client/build.gradle.kts ./java-client/
39
RUN ./gradlew resolveDependencies
40
0 commit comments