Skip to content

Commit a28c0bf

Browse files
committed
Exclude testng from build
1 parent 4aafe4a commit a28c0bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 test -x :junit5:createReleaseTag -x :testng:createReleaseTag
20+
./gradlew :release -Prelease.releaseVersion=${RELEASE_VERSION} -Prelease.newVersion=${NEXT_DEV_VERSION} -x test -x :junit5:createReleaseTag
2121
else
2222
echo "Deploying snapshot version"
2323
./gradlew uploadArchives

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include 'junit5'
2-
include 'testng'
32

0 commit comments

Comments
 (0)