Skip to content

Commit 0989949

Browse files
dansanduleaciamdanfox
authored andcommitted
Use BINTRAY_*_REMOTING envs (#802)
The project's default bintray creds are currently set up to publish to `conjure-java-runtime`. Use these custom env vars to maintain ability to publish http-remoting.
1 parent 5755d6f commit 0989949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/publish-jar.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jar {
1212
}
1313

1414
bintray {
15-
user = System.env.BINTRAY_USERNAME
16-
key = System.env.BINTRAY_PASSWORD
15+
user = System.env.BINTRAY_USERNAME_REMOTING
16+
key = System.env.BINTRAY_PASSWORD_REMOTING
1717
publish = true
1818
pkg {
1919
repo = 'releases'

0 commit comments

Comments
 (0)