Skip to content

Commit 35c2e31

Browse files
committed
skip test when running gradle release
1 parent 41905c2 commit 35c2e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ "${PROJECT_VERSION[0]}" == *"SNAPSHOT" ]]; then
1717

1818
if [ "${IS_RELEASE}" = true ]; then
1919
echo "Performing a release"
20-
./gradlew :release -Prelease.releaseVersion=${RELEASE_VERSION} -Prelease.newVersion=${NEXT_DEV_VERSION} -x :junit5:createReleaseTag -x :testng:createReleaseTag
20+
./gradlew :release -Prelease.releaseVersion=${RELEASE_VERSION} -Prelease.newVersion=${NEXT_DEV_VERSION} -x test -x :junit5:createReleaseTag -x :testng:createReleaseTag
2121
else
2222
echo "Deploying snapshot version"
2323
./gradlew uploadArchives

0 commit comments

Comments
 (0)