Skip to content

Commit

Permalink
Configure dummy values for bintray properties in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 9, 2018
1 parent 6d2befe commit 54115a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ cache:
- $HOME/.sonar/cache/
before_script:
- ./gradlew --version
script: ./gradlew clean build
script: ./gradlew clean build -PbintrayUsername=undefined -PbintrayApiKey=undefined
jdk: openjdk11
env: TERM=dumb
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ buildscript {
classpath 'com.google.gradle:osdetector-gradle-plugin:1.6.0'
classpath 'gradle.plugin.gradle-java9-collision:plugin:0.2.3'
classpath 'org.javamodularity:moduleplugin:1.1.1'
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.1.0'
}
}

Expand Down

0 comments on commit 54115a0

Please sign in to comment.