diff --git a/ci/scripts/lint-java.sh b/ci/scripts/lint-java.sh index 327a91e7..82f3a810 100755 --- a/ci/scripts/lint-java.sh +++ b/ci/scripts/lint-java.sh @@ -8,7 +8,8 @@ function print() { echo -e "${GREEN}${1}${NC}" } -dirs=("$(find . -name "*-java" -type d -not -path '*/.*')") +# remove the java asset-private-data until the publishing issues have been resolved +dirs=("$(find . -name "*-java" -type d -not -path '*/.*' -not -path '*/asset-transfer-private-data/*')") for dir in $dirs; do print "Linting $dir" pushd $dir