You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2021/01/27 17:33:33 UTC

[lucene-solr] 10/10: SOLR-15075: Remove docker gradle artifact

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 33f72e1350bd23c14660302b8bf352937cb32515
Author: Houston Putman <ho...@apache.org>
AuthorDate: Tue Jan 26 13:33:32 2021 -0500

    SOLR-15075: Remove docker gradle artifact
    
    Gradle is currently picking up the dockerBuild task in "assemble",
    because of the build artifact.
---
 solr/docker/build.gradle | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/solr/docker/build.gradle b/solr/docker/build.gradle
index 723f664..6b7e214 100644
--- a/solr/docker/build.gradle
+++ b/solr/docker/build.gradle
@@ -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)
-  }
 }
\ No newline at end of file