GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/862
TINKERPOP-1961 Removed duplication of images in binaries.
https://issues.apache.org/jira/browse/TINKERPOP-1961
The asciidoc plugin copies all files in the source directories of its
execution. The asciidoc plugin was upgraded between 3.2.5 and 3.2.6 which
introduced this new behavior.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1961
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/862.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #862
----
commit b576db768a35f3fdef40e69bdd4a9908ff0caf4c
Author: Stephen Mallette <spmva@...>
Date: 2018-05-09T11:03:13Z
TINKERPOP-1961 Removed duplication of images in binaries.
The asciidoc plugin copies all files in the source directories of its
execution. The asciidoc plugin was upgraded between 3.2.5 and 3.2.6 which
introduced this new behavior.
----
---