Skip to content

Commit

Permalink
SOLR-15075: Remove docker gradle artifact
Browse files Browse the repository at this point in the history
Gradle is currently picking up the dockerBuild task in "assemble",
because of the build artifact.
  • Loading branch information
HoustonPutman committed Jan 26, 2021
1 parent 1887280 commit 7da0fa8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions solr/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,4 @@ task dockerPush(dependsOn: tasks.dockerTag) {
// One task to build and tag a Solr docker image
task docker {
dependsOn tasks.dockerBuild, tasks.dockerTag
}

artifacts {
dockerImage(tasks.dockerBuild.outputs.files.singleFile) {
builtBy(tasks.dockerBuild)
}
}

0 comments on commit 7da0fa8

Please sign in to comment.