File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 if : tag IS present
2323 script : ./gradlew clean setLibraryVersion benchmark benchmarkCommit
2424 - stage : full build
25- script : ./gradlew gitPublishPush --debug --stacktrace -Dbuild.version="test"
25+ script : ./gradlew clean setLibraryVersion build
2626 after_success :
2727 - bash <(curl -s https://codecov.io/bash)
2828 - ./travis-publish.sh || travis_terminate 1
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ gitPublish {
55 // https://github.com/ajoberstar/grgit#usage
66 // 2) to use GH token `repoUri` must have an https (not git or ssh) protocol
77
8- // The .toString() is temporarily used for this issue: https://github.com/ajoberstar/gradle-git-publish/issues/50
9- repoUri = scmHttpsUrl. toString()
108 branch = ' gh-pages'
11-
129 // Copies the output of the 'javadoc' task into the path value passed to the 'into' method.
1310 // More about it:
1411 // https://docs.gradle.org/current/javadoc/org/gradle/api/file/CopySpec.html#from-java.lang.Object-groovy.lang.Closure-
You can’t perform that action at this time.
0 commit comments