Guilherme Delgado
1 min readJun 5, 2020

--

Nice post. I didn't had the change to try it yet but I'll add this small change:

bintray {

user = properties.getProperty("bintray.user", System.getenv("bintrayUser"))

key = properties.getProperty("bintray.apikey", System.getenv("bintrayApiKey"))

...

}

This way I'm able to publish to bintray using local.properties credentials without creating a release (for some reason).

The fallback is GitHub Secrets :)

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Guilherme Delgado
Guilherme Delgado

Written by Guilherme Delgado

Software Engineer at BlissApplications 🇵🇹 • github.com/GuilhE • When I’m not coding I’m 🧗🏽or 🏄‍♂️

Responses (1)

Write a response