Remove bundled JARs in prep

This commit is contained in:
Mikolaj Izdebski 2017-09-15 15:24:57 +02:00
parent 8ea29a478e
commit 1898161d8d

View File

@ -84,6 +84,7 @@ JUnit 5 User Guide.
%prep
%setup -q -n %{name}-r%{version}
find -name \*.jar -delete
cp -p junit-jupiter-api/LICENSE.md LICENSE-Eclipse.md
cp -p junit-platform-surefire-provider/LICENSE.md LICENSE-Apache.md