Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit c1d0934

Browse files
committed
bintray publish
1 parent cba844b commit c1d0934

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616
repo: Sybit-Education/airtable.java
1717
tags: true
1818
- provider: script
19-
skip_cleanup: false
19+
skip_cleanup: true
2020
script: "./gradlew -i bintrayUpload"
2121
on:
2222
repo: Sybit-Education/airtable.java

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ bintray {
127127
user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER')
128128
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY')
129129

130-
//publications = ['mavenJava']
131-
configurations = ['archives']
130+
publications = ['mavenJava']
131+
//configurations = ['archives']
132132

133133
dryRun = false //Whether to run this as dry-run, without deploying
134134
publish = true //If version should be auto published after an upload

0 commit comments

Comments
 (0)