bintray Questions

2

Solved

App module build.gradle apply plugin: 'com.android.library' apply from: rootProject.file('deploy-bintray.gradle.kts') android {...} deploy-bintray.gradle.kts it's my bintray/maven publications scr...

19

Solved

I have a project which was running well yesterday, but today I find this problem: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve com.google.android.g...
Kohlrabi asked 30/11, 2021 at 8:58

9

I'm new to Gradle and bintray. I want to publish this project so it is readily available to Maven and SBT users. I am not the original author of this package; it appears to have been abandoned; I j...
Lone asked 14/12, 2014 at 14:46

2

When I compile my Android Flutter application I get this error Could not determine the dependencies of task ':app:processDebugResources'. > Could not resolve all task dependencies for configurat...
Polyadelphous asked 10/12, 2021 at 18:42

5

Solved

When I run react-native run-android, I get the following error: * What went wrong: Could not determine the dependencies of task ':react-native-intercom:generateDebugRFile'. > Could not resolve a...
Cleocleobulus asked 30/11, 2021 at 20:34

2

Solved

My apk is failing to compile saying it could not get Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.4.21'] was not found in any of the following sources: When I try to visit: https://dl.bintra...
Demonize asked 13/12, 2021 at 17:47

3

I am trying to use cmake to compile and noticed the boost binary link is not available (forbidden). Is there a workaround to this? [ 25%] Performing download step (download, verify and extract) for...
Kazan asked 3/5, 2021 at 2:52

3

Solved

Out of the blue, I started getting the following build error when building my flutter app android version. The build was working fine, then all of a sudden, this error started occuring. I have not ...
Alcyone asked 12/1, 2022 at 21:18

4

I'm using maven { url "http://dl.bintray.com/populov/maven" } in my project-level build.gradle file. Since bintray is shutdown, what can be the replacement of this repo? Could not resolv...
Meal asked 12/1, 2022 at 6:18

2

I am getting an error as shown below. Could not GET 'https://dl.bintray.com/lukaville/maven/com/nbsp/library/1.09/library-1.09.pom'. Received status code 403 from server: Forbidden The Gradle confi...
Reduce asked 2/6, 2021 at 11:29

3

Solved

In Gradle, I need simply add: repositories { jcenter() } What is the simplest and proper way to do the same in maven pom.xml or where can I get right url for jcenter repository.
Hecklau asked 30/5, 2017 at 14:53

7

Solved

Trying upload project to bintray and just get error: Could not determine java version from '9.0.1'. I read that it's grade bug and it fixed in upper versions, I tried change gradle version to 4.2...
Cariotta asked 23/10, 2017 at 16:4

2

Solved

After running ./gradlew bintrayUpload I am getting the following error. :my-library:bintrayUpload FAILED FAILURE: Build failed with an exception. What went wrong: Execution failed fo...
Procurable asked 18/8, 2017 at 6:56

1

Solved

My project has no problem till yesterday. Today my team and I get the same problem while building the project. Could not GET 'https://jcenter.bintray.com/com/google/android/gms/play-servi...
Potent asked 21/3, 2019 at 9:22

3

Solved

I've recently uploaded my github project to bintray and successfully synced it with JCenter repository. I used this tutorial: http://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-m...
Didi asked 13/1, 2016 at 0:11

1

Solved

If I add my lib to the project, and run command : > gradlew -q app:dependencies --configuration debugCompileClasspath > app_dependencies_compile.txt why does com.github.kolyall:utils:1.0.4...
Levi asked 8/11, 2018 at 15:38

4

Solved

I am unable to get GPG signing keys. Please any one tell me. Thanks How to generate gps signing keys in windows for jcenter
Moreau asked 26/4, 2016 at 8:0

1

I am using this tutorial to upload my android lib to bintray.com I am following below steps to upload lib: gpg --gen-key gpg --list-keys gpg --keyserver hkp://pool.sks-keyservers.net --se...
Prepositive asked 22/8, 2018 at 3:7

2

Solved

I'm trying to upload a android library module from android studio, followed by this blog: https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en (1) ...
Remainder asked 10/10, 2016 at 14:27

1

I have published one library called SmartToolbar to jcenter successfully. But I have one problem when I update it to new version and publish it again, it does not show suggestion message to updat...
Casavant asked 10/9, 2018 at 4:50

1

I'm using Travis-CI to build my Go project and so far I used the gimme script with combination of travis go environment to cross-compile the project. I switch to Go 1.5 that supports the GOOS and ...
Christiansand asked 1/12, 2015 at 13:25

3

Solved

apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' // load properties Properties properties = new Properties() File localPropertiesFile = project.file("local.prop...
Plotkin asked 8/8, 2016 at 9:21

0

TL;DR: Can Bintray sign files or packages using a signing key which is a subkey, or is a master signing key (also?) required? In my private keyring I (originally) have a master key ([SC]) with its...
Stertorous asked 9/3, 2018 at 7:25

1

Solved

I want to investigate publishing Hibernate ORM jars to Bintray. However one requirement we have is to be able to publish snapshots, which I see Bintray now supports through this OJO repository. How...
Dermatome asked 18/12, 2017 at 16:0

2

I am working on Android library development, i have already finished my library work and generated aar and jar file, but when i am trying to publish to binary at that time i am getting one error me...
Dorman asked 8/9, 2016 at 21:25

© 2022 - 2024 — McMap. All rights reserved.