-
```
> Task :majx:majx:bintrayUpload FAILED
> Task :majx:runBuildTasks FAILED
> Task :release FAILED
Release process failed, reverting back any changes made by Release Plugin.
FAILURE: Build f…
-
Hey guys 👋
I try to upload a package with the name `-test`.
Unfortunately it isn't possible.
I always get the error:
> Repository name, package name or version name are null for project: projec…
-
I started experimenting with this plugin today (version 0.9.2) and I could not release my library to bintray. At some point, I decided to replace the bintrayUser/bintrayKey with some made-up values ju…
-
I have the following configuration on my multiplatform projects (android, common, js, native)
```
apply plugin: 'com.jfrog.bintray'
bintray {
user = System.getenv('BINTRAY_USER')
key = …
-
Any thoughts on what could cause this?
My config:
```
bintray {
user = project.bintrayUser
key = project.bintrayKey
publications = ['main']
pkg {
repo = 'libraries'
n…
-
Hi @wajahatkarim3 I've been using your gradle scripts to upload my libraries (Steps from this blog post https://android.jlelse.eu/publishing-your-android-kotlin-or-java-library-to-jcenter-from-android…
-
See https://github.com/rsocket/rsocket-java/blob/1.0.x/gradle/buildViaTravis.sh#L7
Due to permission issues after #268
-
I got this error when i executed bintrayUpload:
HTTP/1.1 404 Not Found [message:Repo 'maven' was not found]
How to solve it?
### Here is my build.gradle:
`
buildscript {
repositories {
jcenter(…
-
**Describe the bug**
CI does not work for Maven: https://dev.azure.com/TrustWallet/6544d497-8d9a-4cd6-8299-4b47ad7081a2/_build/results?buildId=19064
-
Upgrading to gradle 6 broke our release process:
```
$ ./gradlew release
> Task :release FAILED
Release process failed, reverting back any changes made by Release Plugin.
FAILURE: Build fa…