File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 124124 <transformer
125125 implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
126126 <mainClass >org.apache.avro.tool.Main</mainClass >
127+ <manifestEntries >
128+ <!-- Needed because some dependencies (at least dnsjava) use multi-release jars. -->
129+ <Multi-Release >true</Multi-Release >
130+ </manifestEntries >
127131 </transformer >
128132 <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
129133 </transformers >
Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ RUN case "${BUILDARCH:?}" in \
202202RUN python3 -m pip install --upgrade pip setuptools wheel \
203203 && python3 -m pip install tox zstandard
204204
205-
206205# Install Ruby
207206RUN apt-get -qqy install ruby-full \
208207 && apt-get -qqy clean
You can’t perform that action at this time.
0 commit comments