diff --git a/.ci/published-artifacts-list.sh b/.ci/published-artifacts-list.sh new file mode 100755 index 00000000..c9f1955c --- /dev/null +++ b/.ci/published-artifacts-list.sh @@ -0,0 +1,2 @@ +#!/bin/env bash +find . -name '*.jar'|grep '/target/'|grep -v javadoc|grep -v sources|grep -v '\-tests.jar'