We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff9297 commit 58cf9efCopy full SHA for 58cf9ef
gradle/travisBuild.sh
@@ -2,7 +2,7 @@
2
# This script will build the project.
3
# Based on https://github.com/nebula-plugins/nebula-kotlin-plugin/blob/master/gradle/buildViaTravis.sh
4
5
-SWITCHES="--info --stacktrace"
+SWITCHES="-x artifactoryPublish --info --stacktrace"
6
7
GRADLE_VERSION=$(./gradlew -version | grep Gradle | cut -d ' ' -f 2)
8
0 commit comments