Skip to content

Commit 7da0fa8

Browse files
committed
SOLR-15075: Remove docker gradle artifact
Gradle is currently picking up the dockerBuild task in "assemble", because of the build artifact.
1 parent 1887280 commit 7da0fa8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

solr/docker/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,4 @@ task dockerPush(dependsOn: tasks.dockerTag) {
200200
// One task to build and tag a Solr docker image
201201
task docker {
202202
dependsOn tasks.dockerBuild, tasks.dockerTag
203-
}
204-
205-
artifacts {
206-
dockerImage(tasks.dockerBuild.outputs.files.singleFile) {
207-
builtBy(tasks.dockerBuild)
208-
}
209203
}

0 commit comments

Comments
 (0)