Skip to content

Commit 555e6c3

Browse files
authored
infra: Update releasenotes-gen-xdoc-push.sh to not use mvnw
1 parent 1ebcc8f commit 555e6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/releasenotes-gen-xdoc-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo TARGET_VERSION="$TARGET_VERSION"
1616
checkout_from https://github.com/checkstyle/contribution
1717

1818
cd .ci-temp/contribution/releasenotes-builder
19-
./mvnw -e --no-transfer-progress clean compile package
19+
mvn -e --no-transfer-progress clean compile package
2020
cd ../../../
2121

2222
if [ -d .ci-temp/checkstyle ]; then

0 commit comments

Comments
 (0)