Skip to content

Commit e5a096d

Browse files
committed
updating version of bintray plugin
1 parent 4e1c7f7 commit e5a096d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
- stage: build
2121
script: ./gradlew build
2222

23-
before_deploy:
24-
- ./gradlew javadoc
25-
- git stash drop
23+
before_deploy: ./gradlew javadoc
2624

2725
deploy:
2826
- provider: pages

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'checkstyle'
1414
id 'osgi'
1515
id "maven-publish"
16-
id "com.jfrog.bintray" version "1.7.3"
16+
id "com.jfrog.bintray" version "1.+"
1717
}
1818

1919
sourceCompatibility = 1.7

0 commit comments

Comments
 (0)