You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a subproject :docker-image I get the following error when running ./gradlew :docker-image:dockerfileZip:
A problem was found with the configuration of task ':docker-image:dockerfileZip' (type 'Zip').
- Type 'org.gradle.api.tasks.bundling.Zip' property 'archiveFile' doesn't have a configured value.
Originally I had a top level docker project.
I believe this was not a problem until I converted it into a subproject.
Here is the work around I made in my sub-project:
With a subproject
:docker-image
I get the following error when running./gradlew :docker-image:dockerfileZip
:Here are the offending lines:
gradle-docker/src/main/groovy/com/palantir/gradle/docker/PalantirDockerPlugin.groovy
Lines 92 to 95 in 34cf512
Here is the documentation for setting up a Zip:
https://docs.gradle.org/current/userguide/working_with_files.html#sec:creating_archives_example
Originally I had a top level docker project.
I believe this was not a problem until I converted it into a subproject.
Here is the work around I made in my sub-project:
I am using gradle v7.2
The text was updated successfully, but these errors were encountered: