Skip to content

Commit 58cf9ef

Browse files
author
James Bassett
committed
Disable artifactory publish for now (permissions issue)
1 parent cff9297 commit 58cf9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/travisBuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This script will build the project.
33
# Based on https://github.com/nebula-plugins/nebula-kotlin-plugin/blob/master/gradle/buildViaTravis.sh
44

5-
SWITCHES="--info --stacktrace"
5+
SWITCHES="-x artifactoryPublish --info --stacktrace"
66

77
GRADLE_VERSION=$(./gradlew -version | grep Gradle | cut -d ' ' -f 2)
88

0 commit comments

Comments
 (0)