Skip to content

Commit 715e0b8

Browse files
committed
Remove unneeded additions for debugging.
1 parent 20d3b37 commit 715e0b8

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

gradle-scripts/javadocs-publish.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)